Struct aws_sdk_glue::input::ListStatementsInput
source · #[non_exhaustive]pub struct ListStatementsInput { /* private fields */ }Implementations§
source§impl ListStatementsInput
impl ListStatementsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStatements, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStatements, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListStatements>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListStatementsInput.
source§impl ListStatementsInput
impl ListStatementsInput
sourcepub fn session_id(&self) -> Option<&str>
pub fn session_id(&self) -> Option<&str>
The Session ID of the statements.
sourcepub fn request_origin(&self) -> Option<&str>
pub fn request_origin(&self) -> Option<&str>
The origin of the request to list statements.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
Trait Implementations§
source§impl Clone for ListStatementsInput
impl Clone for ListStatementsInput
source§fn clone(&self) -> ListStatementsInput
fn clone(&self) -> ListStatementsInput
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 ListStatementsInput
impl Debug for ListStatementsInput
source§impl PartialEq<ListStatementsInput> for ListStatementsInput
impl PartialEq<ListStatementsInput> for ListStatementsInput
source§fn eq(&self, other: &ListStatementsInput) -> bool
fn eq(&self, other: &ListStatementsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.