pub struct RecordHandlerProgress { /* private fields */ }Expand description
Fluent builder constructing a request to RecordHandlerProgress.
Reports progress of a resource handler to CloudFormation.
Reserved for use by the CloudFormation CLI. Don't use this API in your code.
Implementations§
source§impl RecordHandlerProgress
impl RecordHandlerProgress
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<RecordHandlerProgress, AwsResponseRetryClassifier>, SdkError<RecordHandlerProgressError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<RecordHandlerProgress, AwsResponseRetryClassifier>, SdkError<RecordHandlerProgressError>>
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<RecordHandlerProgressOutput, SdkError<RecordHandlerProgressError>>
pub async fn send(
self
) -> Result<RecordHandlerProgressOutput, SdkError<RecordHandlerProgressError>>
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 bearer_token(self, input: impl Into<String>) -> Self
pub fn bearer_token(self, input: impl Into<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_bearer_token(self, input: Option<String>) -> Self
pub fn set_bearer_token(self, input: Option<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn operation_status(self, input: OperationStatus) -> Self
pub fn operation_status(self, input: OperationStatus) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_operation_status(self, input: Option<OperationStatus>) -> Self
pub fn set_operation_status(self, input: Option<OperationStatus>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn current_operation_status(self, input: OperationStatus) -> Self
pub fn current_operation_status(self, input: OperationStatus) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_current_operation_status(self, input: Option<OperationStatus>) -> Self
pub fn set_current_operation_status(self, input: Option<OperationStatus>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn error_code(self, input: HandlerErrorCode) -> Self
pub fn error_code(self, input: HandlerErrorCode) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_error_code(self, input: Option<HandlerErrorCode>) -> Self
pub fn set_error_code(self, input: Option<HandlerErrorCode>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn resource_model(self, input: impl Into<String>) -> Self
pub fn resource_model(self, input: impl Into<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_resource_model(self, input: Option<String>) -> Self
pub fn set_resource_model(self, input: Option<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
Reserved for use by the CloudFormation CLI.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
Reserved for use by the CloudFormation CLI.
Trait Implementations§
source§impl Clone for RecordHandlerProgress
impl Clone for RecordHandlerProgress
source§fn clone(&self) -> RecordHandlerProgress
fn clone(&self) -> RecordHandlerProgress
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more