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 get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
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 get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
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 get_analysis_id(&self) -> &Option<String>
pub fn get_analysis_id(&self) -> &Option<String>
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 get_deletion_time(&self) -> &Option<DateTime>
pub fn get_deletion_time(&self) -> &Option<DateTime>
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 get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for DeleteAnalysisOutputBuilder
impl PartialEq for DeleteAnalysisOutputBuilder
source§fn eq(&self, other: &DeleteAnalysisOutputBuilder) -> bool
fn eq(&self, other: &DeleteAnalysisOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.