Struct aws_sdk_athena::operation::start_query_execution::builders::StartQueryExecutionOutputBuilder
source · #[non_exhaustive]pub struct StartQueryExecutionOutputBuilder { /* private fields */ }Expand description
A builder for StartQueryExecutionOutput.
Implementations§
source§impl StartQueryExecutionOutputBuilder
impl StartQueryExecutionOutputBuilder
sourcepub fn query_execution_id(self, input: impl Into<String>) -> Self
pub fn query_execution_id(self, input: impl Into<String>) -> Self
The unique ID of the query that ran as a result of this request.
sourcepub fn set_query_execution_id(self, input: Option<String>) -> Self
pub fn set_query_execution_id(self, input: Option<String>) -> Self
The unique ID of the query that ran as a result of this request.
sourcepub fn get_query_execution_id(&self) -> &Option<String>
pub fn get_query_execution_id(&self) -> &Option<String>
The unique ID of the query that ran as a result of this request.
sourcepub fn build(self) -> StartQueryExecutionOutput
pub fn build(self) -> StartQueryExecutionOutput
Consumes the builder and constructs a StartQueryExecutionOutput.
Trait Implementations§
source§impl Clone for StartQueryExecutionOutputBuilder
impl Clone for StartQueryExecutionOutputBuilder
source§fn clone(&self) -> StartQueryExecutionOutputBuilder
fn clone(&self) -> StartQueryExecutionOutputBuilder
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 StartQueryExecutionOutputBuilder
impl Default for StartQueryExecutionOutputBuilder
source§fn default() -> StartQueryExecutionOutputBuilder
fn default() -> StartQueryExecutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartQueryExecutionOutputBuilder
impl PartialEq for StartQueryExecutionOutputBuilder
source§fn eq(&self, other: &StartQueryExecutionOutputBuilder) -> bool
fn eq(&self, other: &StartQueryExecutionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartQueryExecutionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartQueryExecutionOutputBuilder
impl Send for StartQueryExecutionOutputBuilder
impl Sync for StartQueryExecutionOutputBuilder
impl Unpin for StartQueryExecutionOutputBuilder
impl UnwindSafe for StartQueryExecutionOutputBuilder
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.