#[non_exhaustive]pub struct RecordHandlerProgressInput { /* private fields */ }Implementations
sourceimpl RecordHandlerProgressInput
impl RecordHandlerProgressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RecordHandlerProgress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RecordHandlerProgress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RecordHandlerProgress>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecordHandlerProgressInput.
sourceimpl RecordHandlerProgressInput
impl RecordHandlerProgressInput
sourcepub fn bearer_token(&self) -> Option<&str>
pub fn bearer_token(&self) -> Option<&str>
Reserved for use by the CloudFormation CLI.
sourcepub fn operation_status(&self) -> Option<&OperationStatus>
pub fn operation_status(&self) -> Option<&OperationStatus>
Reserved for use by the CloudFormation CLI.
sourcepub fn current_operation_status(&self) -> Option<&OperationStatus>
pub fn current_operation_status(&self) -> Option<&OperationStatus>
Reserved for use by the CloudFormation CLI.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
Reserved for use by the CloudFormation CLI.
sourcepub fn error_code(&self) -> Option<&HandlerErrorCode>
pub fn error_code(&self) -> Option<&HandlerErrorCode>
Reserved for use by the CloudFormation CLI.
sourcepub fn resource_model(&self) -> Option<&str>
pub fn resource_model(&self) -> Option<&str>
Reserved for use by the CloudFormation CLI.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
Reserved for use by the CloudFormation CLI.
Trait Implementations
sourceimpl Clone for RecordHandlerProgressInput
impl Clone for RecordHandlerProgressInput
sourcefn clone(&self) -> RecordHandlerProgressInput
fn clone(&self) -> RecordHandlerProgressInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RecordHandlerProgressInput
impl Debug for RecordHandlerProgressInput
sourceimpl PartialEq<RecordHandlerProgressInput> for RecordHandlerProgressInput
impl PartialEq<RecordHandlerProgressInput> for RecordHandlerProgressInput
sourcefn eq(&self, other: &RecordHandlerProgressInput) -> bool
fn eq(&self, other: &RecordHandlerProgressInput) -> bool
impl StructuralPartialEq for RecordHandlerProgressInput
Auto Trait Implementations
impl RefUnwindSafe for RecordHandlerProgressInput
impl Send for RecordHandlerProgressInput
impl Sync for RecordHandlerProgressInput
impl Unpin for RecordHandlerProgressInput
impl UnwindSafe for RecordHandlerProgressInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more