Struct aws_sdk_resiliencehub::operation::describe_app_version_resources_resolution_status::builders::DescribeAppVersionResourcesResolutionStatusOutputBuilder
source · #[non_exhaustive]pub struct DescribeAppVersionResourcesResolutionStatusOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAppVersionResourcesResolutionStatusOutput.
Implementations§
source§impl DescribeAppVersionResourcesResolutionStatusOutputBuilder
impl DescribeAppVersionResourcesResolutionStatusOutputBuilder
sourcepub fn app_arn(self, input: impl Into<String>) -> Self
pub fn app_arn(self, input: impl Into<String>) -> Self
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn set_app_arn(self, input: Option<String>) -> Self
pub fn set_app_arn(self, input: Option<String>) -> Self
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn get_app_arn(&self) -> &Option<String>
pub fn get_app_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn app_version(self, input: impl Into<String>) -> Self
pub fn app_version(self, input: impl Into<String>) -> Self
The version of the application.
This field is required.sourcepub fn set_app_version(self, input: Option<String>) -> Self
pub fn set_app_version(self, input: Option<String>) -> Self
The version of the application.
sourcepub fn get_app_version(&self) -> &Option<String>
pub fn get_app_version(&self) -> &Option<String>
The version of the application.
sourcepub fn resolution_id(self, input: impl Into<String>) -> Self
pub fn resolution_id(self, input: impl Into<String>) -> Self
The identifier for a specific resolution.
This field is required.sourcepub fn set_resolution_id(self, input: Option<String>) -> Self
pub fn set_resolution_id(self, input: Option<String>) -> Self
The identifier for a specific resolution.
sourcepub fn get_resolution_id(&self) -> &Option<String>
pub fn get_resolution_id(&self) -> &Option<String>
The identifier for a specific resolution.
sourcepub fn status(self, input: ResourceResolutionStatusType) -> Self
pub fn status(self, input: ResourceResolutionStatusType) -> Self
Status of the action.
This field is required.sourcepub fn set_status(self, input: Option<ResourceResolutionStatusType>) -> Self
pub fn set_status(self, input: Option<ResourceResolutionStatusType>) -> Self
Status of the action.
sourcepub fn get_status(&self) -> &Option<ResourceResolutionStatusType>
pub fn get_status(&self) -> &Option<ResourceResolutionStatusType>
Status of the action.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
The returned error message for the request.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
The returned error message for the request.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
The returned error message for the request.
sourcepub fn build(
self
) -> Result<DescribeAppVersionResourcesResolutionStatusOutput, BuildError>
pub fn build( self ) -> Result<DescribeAppVersionResourcesResolutionStatusOutput, BuildError>
Consumes the builder and constructs a DescribeAppVersionResourcesResolutionStatusOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for DescribeAppVersionResourcesResolutionStatusOutputBuilder
impl Clone for DescribeAppVersionResourcesResolutionStatusOutputBuilder
source§fn clone(&self) -> DescribeAppVersionResourcesResolutionStatusOutputBuilder
fn clone(&self) -> DescribeAppVersionResourcesResolutionStatusOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAppVersionResourcesResolutionStatusOutputBuilder
impl Default for DescribeAppVersionResourcesResolutionStatusOutputBuilder
source§fn default() -> DescribeAppVersionResourcesResolutionStatusOutputBuilder
fn default() -> DescribeAppVersionResourcesResolutionStatusOutputBuilder
source§impl PartialEq for DescribeAppVersionResourcesResolutionStatusOutputBuilder
impl PartialEq for DescribeAppVersionResourcesResolutionStatusOutputBuilder
source§fn eq(
&self,
other: &DescribeAppVersionResourcesResolutionStatusOutputBuilder
) -> bool
fn eq( &self, other: &DescribeAppVersionResourcesResolutionStatusOutputBuilder ) -> bool
self and other values to be equal, and is used
by ==.