Struct aws_sdk_quicksight::operation::delete_analysis::builders::DeleteAnalysisOutputBuilder
source · #[non_exhaustive]pub struct DeleteAnalysisOutputBuilder { /* private fields */ }Expand description
A builder for DeleteAnalysisOutput.
Implementations§
source§impl DeleteAnalysisOutputBuilder
impl DeleteAnalysisOutputBuilder
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the deleted analysis.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the deleted analysis.
sourcepub fn analysis_id(self, input: impl Into<String>) -> Self
pub fn analysis_id(self, input: impl Into<String>) -> Self
The ID of the deleted analysis.
sourcepub fn set_analysis_id(self, input: Option<String>) -> Self
pub fn set_analysis_id(self, input: Option<String>) -> Self
The ID of the deleted analysis.
sourcepub fn deletion_time(self, input: DateTime) -> Self
pub fn deletion_time(self, input: DateTime) -> Self
The date and time that the analysis is scheduled to be deleted.
sourcepub fn set_deletion_time(self, input: Option<DateTime>) -> Self
pub fn set_deletion_time(self, input: Option<DateTime>) -> Self
The date and time that the analysis is scheduled to be deleted.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn build(self) -> DeleteAnalysisOutput
pub fn build(self) -> DeleteAnalysisOutput
Consumes the builder and constructs a DeleteAnalysisOutput.
Trait Implementations§
source§impl Clone for DeleteAnalysisOutputBuilder
impl Clone for DeleteAnalysisOutputBuilder
source§fn clone(&self) -> DeleteAnalysisOutputBuilder
fn clone(&self) -> DeleteAnalysisOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteAnalysisOutputBuilder
impl Debug for DeleteAnalysisOutputBuilder
source§impl Default for DeleteAnalysisOutputBuilder
impl Default for DeleteAnalysisOutputBuilder
source§fn default() -> DeleteAnalysisOutputBuilder
fn default() -> DeleteAnalysisOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteAnalysisOutputBuilder> for DeleteAnalysisOutputBuilder
impl PartialEq<DeleteAnalysisOutputBuilder> for DeleteAnalysisOutputBuilder
source§fn eq(&self, other: &DeleteAnalysisOutputBuilder) -> bool
fn eq(&self, other: &DeleteAnalysisOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteAnalysisOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAnalysisOutputBuilder
impl Send for DeleteAnalysisOutputBuilder
impl Sync for DeleteAnalysisOutputBuilder
impl Unpin for DeleteAnalysisOutputBuilder
impl UnwindSafe for DeleteAnalysisOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more