Struct aws_sdk_athena::operation::get_calculation_execution::builders::GetCalculationExecutionInputBuilder
source · #[non_exhaustive]pub struct GetCalculationExecutionInputBuilder { /* private fields */ }Expand description
A builder for GetCalculationExecutionInput.
Implementations§
source§impl GetCalculationExecutionInputBuilder
impl GetCalculationExecutionInputBuilder
sourcepub fn calculation_execution_id(self, input: impl Into<String>) -> Self
pub fn calculation_execution_id(self, input: impl Into<String>) -> Self
The calculation execution UUID.
This field is required.sourcepub fn set_calculation_execution_id(self, input: Option<String>) -> Self
pub fn set_calculation_execution_id(self, input: Option<String>) -> Self
The calculation execution UUID.
sourcepub fn get_calculation_execution_id(&self) -> &Option<String>
pub fn get_calculation_execution_id(&self) -> &Option<String>
The calculation execution UUID.
sourcepub fn build(self) -> Result<GetCalculationExecutionInput, BuildError>
pub fn build(self) -> Result<GetCalculationExecutionInput, BuildError>
Consumes the builder and constructs a GetCalculationExecutionInput.
source§impl GetCalculationExecutionInputBuilder
impl GetCalculationExecutionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetCalculationExecutionOutput, SdkError<GetCalculationExecutionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetCalculationExecutionOutput, SdkError<GetCalculationExecutionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetCalculationExecutionInputBuilder
impl Clone for GetCalculationExecutionInputBuilder
source§fn clone(&self) -> GetCalculationExecutionInputBuilder
fn clone(&self) -> GetCalculationExecutionInputBuilder
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 Default for GetCalculationExecutionInputBuilder
impl Default for GetCalculationExecutionInputBuilder
source§fn default() -> GetCalculationExecutionInputBuilder
fn default() -> GetCalculationExecutionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetCalculationExecutionInputBuilder
impl PartialEq for GetCalculationExecutionInputBuilder
source§fn eq(&self, other: &GetCalculationExecutionInputBuilder) -> bool
fn eq(&self, other: &GetCalculationExecutionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetCalculationExecutionInputBuilder
Auto Trait Implementations§
impl Freeze for GetCalculationExecutionInputBuilder
impl RefUnwindSafe for GetCalculationExecutionInputBuilder
impl Send for GetCalculationExecutionInputBuilder
impl Sync for GetCalculationExecutionInputBuilder
impl Unpin for GetCalculationExecutionInputBuilder
impl UnwindSafe for GetCalculationExecutionInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.