Struct aws_sdk_athena::operation::get_query_runtime_statistics::builders::GetQueryRuntimeStatisticsOutputBuilder
source · #[non_exhaustive]pub struct GetQueryRuntimeStatisticsOutputBuilder { /* private fields */ }Expand description
A builder for GetQueryRuntimeStatisticsOutput.
Implementations§
source§impl GetQueryRuntimeStatisticsOutputBuilder
impl GetQueryRuntimeStatisticsOutputBuilder
sourcepub fn query_runtime_statistics(self, input: QueryRuntimeStatistics) -> Self
pub fn query_runtime_statistics(self, input: QueryRuntimeStatistics) -> Self
Runtime statistics about the query execution.
sourcepub fn set_query_runtime_statistics(
self,
input: Option<QueryRuntimeStatistics>
) -> Self
pub fn set_query_runtime_statistics( self, input: Option<QueryRuntimeStatistics> ) -> Self
Runtime statistics about the query execution.
sourcepub fn get_query_runtime_statistics(&self) -> &Option<QueryRuntimeStatistics>
pub fn get_query_runtime_statistics(&self) -> &Option<QueryRuntimeStatistics>
Runtime statistics about the query execution.
sourcepub fn build(self) -> GetQueryRuntimeStatisticsOutput
pub fn build(self) -> GetQueryRuntimeStatisticsOutput
Consumes the builder and constructs a GetQueryRuntimeStatisticsOutput.
Trait Implementations§
source§impl Clone for GetQueryRuntimeStatisticsOutputBuilder
impl Clone for GetQueryRuntimeStatisticsOutputBuilder
source§fn clone(&self) -> GetQueryRuntimeStatisticsOutputBuilder
fn clone(&self) -> GetQueryRuntimeStatisticsOutputBuilder
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 GetQueryRuntimeStatisticsOutputBuilder
impl Default for GetQueryRuntimeStatisticsOutputBuilder
source§fn default() -> GetQueryRuntimeStatisticsOutputBuilder
fn default() -> GetQueryRuntimeStatisticsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetQueryRuntimeStatisticsOutputBuilder
impl PartialEq for GetQueryRuntimeStatisticsOutputBuilder
source§fn eq(&self, other: &GetQueryRuntimeStatisticsOutputBuilder) -> bool
fn eq(&self, other: &GetQueryRuntimeStatisticsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetQueryRuntimeStatisticsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetQueryRuntimeStatisticsOutputBuilder
impl RefUnwindSafe for GetQueryRuntimeStatisticsOutputBuilder
impl Send for GetQueryRuntimeStatisticsOutputBuilder
impl Sync for GetQueryRuntimeStatisticsOutputBuilder
impl Unpin for GetQueryRuntimeStatisticsOutputBuilder
impl UnwindSafe for GetQueryRuntimeStatisticsOutputBuilder
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.