Struct aws_sdk_athena::input::StopQueryExecutionInput
source · #[non_exhaustive]pub struct StopQueryExecutionInput { /* private fields */ }
Implementations§
source§impl StopQueryExecutionInput
impl StopQueryExecutionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StopQueryExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<StopQueryExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopQueryExecution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopQueryExecutionInput
.
source§impl StopQueryExecutionInput
impl StopQueryExecutionInput
sourcepub fn query_execution_id(&self) -> Option<&str>
pub fn query_execution_id(&self) -> Option<&str>
The unique ID of the query execution to stop.
Trait Implementations§
source§impl Clone for StopQueryExecutionInput
impl Clone for StopQueryExecutionInput
source§fn clone(&self) -> StopQueryExecutionInput
fn clone(&self) -> StopQueryExecutionInput
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 Debug for StopQueryExecutionInput
impl Debug for StopQueryExecutionInput
source§impl PartialEq<StopQueryExecutionInput> for StopQueryExecutionInput
impl PartialEq<StopQueryExecutionInput> for StopQueryExecutionInput
source§fn eq(&self, other: &StopQueryExecutionInput) -> bool
fn eq(&self, other: &StopQueryExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.