Struct aws_sdk_backup::operation::describe_protected_resource::builders::DescribeProtectedResourceFluentBuilder
source · pub struct DescribeProtectedResourceFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeProtectedResource
.
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
Implementations§
source§impl DescribeProtectedResourceFluentBuilder
impl DescribeProtectedResourceFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeProtectedResource, AwsResponseRetryClassifier>, SdkError<DescribeProtectedResourceError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DescribeProtectedResource, AwsResponseRetryClassifier>, SdkError<DescribeProtectedResourceError>>
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<DescribeProtectedResourceOutput, SdkError<DescribeProtectedResourceError>>
pub async fn send( self ) -> Result<DescribeProtectedResourceOutput, SdkError<DescribeProtectedResourceError>>
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_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
Trait Implementations§
source§impl Clone for DescribeProtectedResourceFluentBuilder
impl Clone for DescribeProtectedResourceFluentBuilder
source§fn clone(&self) -> DescribeProtectedResourceFluentBuilder
fn clone(&self) -> DescribeProtectedResourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more