Struct aws_sdk_elasticinference::operation::untag_resource::builders::UntagResourceFluentBuilder
source · pub struct UntagResourceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UntagResource.
Removes the specified tags from an Elastic Inference Accelerator.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
Implementations§
source§impl UntagResourceFluentBuilder
impl UntagResourceFluentBuilder
sourcepub fn as_input(&self) -> &UntagResourceInputBuilder
pub fn as_input(&self) -> &UntagResourceInputBuilder
Access the UntagResource as a reference.
sourcepub async fn send(
self
) -> Result<UntagResourceOutput, SdkError<UntagResourceError, HttpResponse>>
pub async fn send( self ) -> Result<UntagResourceOutput, SdkError<UntagResourceError, 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<UntagResourceOutput, UntagResourceError, Self>
pub fn customize( self ) -> CustomizableOperation<UntagResourceOutput, UntagResourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The ARN of the Elastic Inference Accelerator to untag.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The ARN of the Elastic Inference Accelerator to untag.
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
The ARN of the Elastic Inference Accelerator to untag.
sourcepub fn tag_keys(self, input: impl Into<String>) -> Self
pub fn tag_keys(self, input: impl Into<String>) -> Self
Appends an item to tagKeys.
To override the contents of this collection use set_tag_keys.
The list of tags to remove from the Elastic Inference Accelerator.
sourcepub fn set_tag_keys(self, input: Option<Vec<String>>) -> Self
pub fn set_tag_keys(self, input: Option<Vec<String>>) -> Self
The list of tags to remove from the Elastic Inference Accelerator.
sourcepub fn get_tag_keys(&self) -> &Option<Vec<String>>
pub fn get_tag_keys(&self) -> &Option<Vec<String>>
The list of tags to remove from the Elastic Inference Accelerator.
Trait Implementations§
source§impl Clone for UntagResourceFluentBuilder
impl Clone for UntagResourceFluentBuilder
source§fn clone(&self) -> UntagResourceFluentBuilder
fn clone(&self) -> UntagResourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more