Struct aws_sdk_glue::input::GetMlTransformsInput
source · #[non_exhaustive]pub struct GetMlTransformsInput { /* private fields */ }Implementations§
source§impl GetMlTransformsInput
impl GetMlTransformsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMLTransforms, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMLTransforms, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMLTransforms>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMlTransformsInput.
source§impl GetMlTransformsInput
impl GetMlTransformsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A paginated token to offset the results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn filter(&self) -> Option<&TransformFilterCriteria>
pub fn filter(&self) -> Option<&TransformFilterCriteria>
The filter transformation criteria.
sourcepub fn sort(&self) -> Option<&TransformSortCriteria>
pub fn sort(&self) -> Option<&TransformSortCriteria>
The sorting criteria.
Trait Implementations§
source§impl Clone for GetMlTransformsInput
impl Clone for GetMlTransformsInput
source§fn clone(&self) -> GetMlTransformsInput
fn clone(&self) -> GetMlTransformsInput
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 GetMlTransformsInput
impl Debug for GetMlTransformsInput
source§impl PartialEq<GetMlTransformsInput> for GetMlTransformsInput
impl PartialEq<GetMlTransformsInput> for GetMlTransformsInput
source§fn eq(&self, other: &GetMlTransformsInput) -> bool
fn eq(&self, other: &GetMlTransformsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.