Struct aws_sdk_ssm::operation::create_ops_metadata::builders::CreateOpsMetadataFluentBuilder
source · pub struct CreateOpsMetadataFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateOpsMetadata
.
If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.
Implementations§
source§impl CreateOpsMetadataFluentBuilder
impl CreateOpsMetadataFluentBuilder
sourcepub fn as_input(&self) -> &CreateOpsMetadataInputBuilder
pub fn as_input(&self) -> &CreateOpsMetadataInputBuilder
Access the CreateOpsMetadata as a reference.
sourcepub async fn send(
self
) -> Result<CreateOpsMetadataOutput, SdkError<CreateOpsMetadataError, HttpResponse>>
pub async fn send( self ) -> Result<CreateOpsMetadataOutput, SdkError<CreateOpsMetadataError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateOpsMetadataOutput, CreateOpsMetadataError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateOpsMetadataOutput, CreateOpsMetadataError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
A resource ID for a new Application Manager application.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
A resource ID for a new Application Manager application.
sourcepub fn get_resource_id(&self) -> &Option<String>
pub fn get_resource_id(&self) -> &Option<String>
A resource ID for a new Application Manager application.
sourcepub fn metadata(self, k: impl Into<String>, v: MetadataValue) -> Self
pub fn metadata(self, k: impl Into<String>, v: MetadataValue) -> Self
Adds a key-value pair to Metadata
.
To override the contents of this collection use set_metadata
.
Metadata for a new Application Manager application.
sourcepub fn set_metadata(self, input: Option<HashMap<String, MetadataValue>>) -> Self
pub fn set_metadata(self, input: Option<HashMap<String, MetadataValue>>) -> Self
Metadata for a new Application Manager application.
sourcepub fn get_metadata(&self) -> &Option<HashMap<String, MetadataValue>>
pub fn get_metadata(&self) -> &Option<HashMap<String, MetadataValue>>
Metadata for a new Application Manager application.
Appends an item to Tags
.
To override the contents of this collection use set_tags
.
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production
-
Key=Region,Value=us-east-2
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production
-
Key=Region,Value=us-east-2
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production
-
Key=Region,Value=us-east-2
Trait Implementations§
source§impl Clone for CreateOpsMetadataFluentBuilder
impl Clone for CreateOpsMetadataFluentBuilder
source§fn clone(&self) -> CreateOpsMetadataFluentBuilder
fn clone(&self) -> CreateOpsMetadataFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more