#[non_exhaustive]pub struct GetCalculationExecutionCodeInput { /* private fields */ }
Implementations§
source§impl GetCalculationExecutionCodeInput
impl GetCalculationExecutionCodeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCalculationExecutionCode, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetCalculationExecutionCode, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCalculationExecutionCode
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCalculationExecutionCodeInput
.
source§impl GetCalculationExecutionCodeInput
impl GetCalculationExecutionCodeInput
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 GetCalculationExecutionCodeInput
impl Clone for GetCalculationExecutionCodeInput
source§fn clone(&self) -> GetCalculationExecutionCodeInput
fn clone(&self) -> GetCalculationExecutionCodeInput
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<GetCalculationExecutionCodeInput> for GetCalculationExecutionCodeInput
impl PartialEq<GetCalculationExecutionCodeInput> for GetCalculationExecutionCodeInput
source§fn eq(&self, other: &GetCalculationExecutionCodeInput) -> bool
fn eq(&self, other: &GetCalculationExecutionCodeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.