Struct aws_sdk_resiliencehub::operation::delete_app_version_app_component::builders::DeleteAppVersionAppComponentInputBuilder
source · #[non_exhaustive]pub struct DeleteAppVersionAppComponentInputBuilder { /* private fields */ }Expand description
A builder for DeleteAppVersionAppComponentInput.
Implementations§
source§impl DeleteAppVersionAppComponentInputBuilder
impl DeleteAppVersionAppComponentInputBuilder
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 id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Identifier of the Application Component.
This field is required.sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
sourcepub fn build(self) -> Result<DeleteAppVersionAppComponentInput, BuildError>
pub fn build(self) -> Result<DeleteAppVersionAppComponentInput, BuildError>
Consumes the builder and constructs a DeleteAppVersionAppComponentInput.
source§impl DeleteAppVersionAppComponentInputBuilder
impl DeleteAppVersionAppComponentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAppVersionAppComponentOutput, SdkError<DeleteAppVersionAppComponentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAppVersionAppComponentOutput, SdkError<DeleteAppVersionAppComponentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAppVersionAppComponentInputBuilder
impl Clone for DeleteAppVersionAppComponentInputBuilder
source§fn clone(&self) -> DeleteAppVersionAppComponentInputBuilder
fn clone(&self) -> DeleteAppVersionAppComponentInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteAppVersionAppComponentInputBuilder
impl Default for DeleteAppVersionAppComponentInputBuilder
source§fn default() -> DeleteAppVersionAppComponentInputBuilder
fn default() -> DeleteAppVersionAppComponentInputBuilder
source§impl PartialEq for DeleteAppVersionAppComponentInputBuilder
impl PartialEq for DeleteAppVersionAppComponentInputBuilder
source§fn eq(&self, other: &DeleteAppVersionAppComponentInputBuilder) -> bool
fn eq(&self, other: &DeleteAppVersionAppComponentInputBuilder) -> bool
self and other values to be equal, and is used
by ==.