Struct aws_sdk_resiliencehub::operation::resolve_app_version_resources::builders::ResolveAppVersionResourcesInputBuilder
source · #[non_exhaustive]pub struct ResolveAppVersionResourcesInputBuilder { /* private fields */ }Expand description
A builder for ResolveAppVersionResourcesInput.
Implementations§
source§impl ResolveAppVersionResourcesInputBuilder
impl ResolveAppVersionResourcesInputBuilder
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 build(self) -> Result<ResolveAppVersionResourcesInput, BuildError>
pub fn build(self) -> Result<ResolveAppVersionResourcesInput, BuildError>
Consumes the builder and constructs a ResolveAppVersionResourcesInput.
source§impl ResolveAppVersionResourcesInputBuilder
impl ResolveAppVersionResourcesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ResolveAppVersionResourcesOutput, SdkError<ResolveAppVersionResourcesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ResolveAppVersionResourcesOutput, SdkError<ResolveAppVersionResourcesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ResolveAppVersionResourcesInputBuilder
impl Clone for ResolveAppVersionResourcesInputBuilder
source§fn clone(&self) -> ResolveAppVersionResourcesInputBuilder
fn clone(&self) -> ResolveAppVersionResourcesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ResolveAppVersionResourcesInputBuilder
impl Default for ResolveAppVersionResourcesInputBuilder
source§fn default() -> ResolveAppVersionResourcesInputBuilder
fn default() -> ResolveAppVersionResourcesInputBuilder
source§impl PartialEq for ResolveAppVersionResourcesInputBuilder
impl PartialEq for ResolveAppVersionResourcesInputBuilder
source§fn eq(&self, other: &ResolveAppVersionResourcesInputBuilder) -> bool
fn eq(&self, other: &ResolveAppVersionResourcesInputBuilder) -> bool
self and other values to be equal, and is used
by ==.