Struct aws_sdk_ssm::client::fluent_builders::CreateOpsMetadata
source · [−]pub struct CreateOpsMetadata { /* 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
sourceimpl CreateOpsMetadata
impl CreateOpsMetadata
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateOpsMetadata, AwsResponseRetryClassifier>, SdkError<CreateOpsMetadataError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateOpsMetadata, AwsResponseRetryClassifier>, SdkError<CreateOpsMetadataError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateOpsMetadataOutput, SdkError<CreateOpsMetadataError>>
pub async fn send(
self
) -> Result<CreateOpsMetadataOutput, SdkError<CreateOpsMetadataError>>
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 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 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.
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
Trait Implementations
sourceimpl Clone for CreateOpsMetadata
impl Clone for CreateOpsMetadata
sourcefn clone(&self) -> CreateOpsMetadata
fn clone(&self) -> CreateOpsMetadata
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more