Struct aws_sdk_athena::input::GetQueryResultsInput
source · #[non_exhaustive]pub struct GetQueryResultsInput { /* private fields */ }
Implementations§
source§impl GetQueryResultsInput
impl GetQueryResultsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetQueryResults, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetQueryResults, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetQueryResults
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetQueryResultsInput
.
source§impl GetQueryResultsInput
impl GetQueryResultsInput
sourcepub fn query_execution_id(&self) -> Option<&str>
pub fn query_execution_id(&self) -> Option<&str>
The unique ID of the query execution.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the previous page call.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results (rows) to return in this request.
Trait Implementations§
source§impl Clone for GetQueryResultsInput
impl Clone for GetQueryResultsInput
source§fn clone(&self) -> GetQueryResultsInput
fn clone(&self) -> GetQueryResultsInput
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 GetQueryResultsInput
impl Debug for GetQueryResultsInput
source§impl PartialEq<GetQueryResultsInput> for GetQueryResultsInput
impl PartialEq<GetQueryResultsInput> for GetQueryResultsInput
source§fn eq(&self, other: &GetQueryResultsInput) -> bool
fn eq(&self, other: &GetQueryResultsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.