#[non_exhaustive]pub struct GetCalculationExecutionStatusInput { /* private fields */ }
Implementations§
source§impl GetCalculationExecutionStatusInput
impl GetCalculationExecutionStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCalculationExecutionStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetCalculationExecutionStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCalculationExecutionStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCalculationExecutionStatusInput
.
source§impl GetCalculationExecutionStatusInput
impl GetCalculationExecutionStatusInput
sourcepub fn calculation_execution_id(&self) -> Option<&str>
pub fn calculation_execution_id(&self) -> Option<&str>
The calculation execution UUID.
Trait Implementations§
source§impl Clone for GetCalculationExecutionStatusInput
impl Clone for GetCalculationExecutionStatusInput
source§fn clone(&self) -> GetCalculationExecutionStatusInput
fn clone(&self) -> GetCalculationExecutionStatusInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetCalculationExecutionStatusInput> for GetCalculationExecutionStatusInput
impl PartialEq<GetCalculationExecutionStatusInput> for GetCalculationExecutionStatusInput
source§fn eq(&self, other: &GetCalculationExecutionStatusInput) -> bool
fn eq(&self, other: &GetCalculationExecutionStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.