pub struct GetResourceRequestStatus { /* private fields */ }
Expand description
Fluent builder constructing a request to GetResourceRequestStatus
.
Returns the current status of a resource operation request. For more information, see Tracking the progress of resource operation requests in the Amazon Web Services Cloud Control API User Guide.
Implementations§
source§impl GetResourceRequestStatus
impl GetResourceRequestStatus
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetResourceRequestStatus, AwsResponseRetryClassifier>, SdkError<GetResourceRequestStatusError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetResourceRequestStatus, AwsResponseRetryClassifier>, SdkError<GetResourceRequestStatusError>>
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<GetResourceRequestStatusOutput, SdkError<GetResourceRequestStatusError>>
pub async fn send(
self
) -> Result<GetResourceRequestStatusOutput, SdkError<GetResourceRequestStatusError>>
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 request_token(self, input: impl Into<String>) -> Self
pub fn request_token(self, input: impl Into<String>) -> Self
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent
type returned by a resource operation request.
sourcepub fn set_request_token(self, input: Option<String>) -> Self
pub fn set_request_token(self, input: Option<String>) -> Self
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent
type returned by a resource operation request.
Trait Implementations§
source§impl Clone for GetResourceRequestStatus
impl Clone for GetResourceRequestStatus
source§fn clone(&self) -> GetResourceRequestStatus
fn clone(&self) -> GetResourceRequestStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more