Struct aws_sdk_glue::input::GetMlTransformsInput
source · [−]#[non_exhaustive]pub struct GetMlTransformsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetMlTransformsInput
impl Clone for GetMlTransformsInput
sourcefn clone(&self) -> GetMlTransformsInput
fn clone(&self) -> GetMlTransformsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetMlTransformsInput
impl Debug for GetMlTransformsInput
sourceimpl PartialEq<GetMlTransformsInput> for GetMlTransformsInput
impl PartialEq<GetMlTransformsInput> for GetMlTransformsInput
sourcefn eq(&self, other: &GetMlTransformsInput) -> bool
fn eq(&self, other: &GetMlTransformsInput) -> bool
impl StructuralPartialEq for GetMlTransformsInput
Auto Trait Implementations
impl RefUnwindSafe for GetMlTransformsInput
impl Send for GetMlTransformsInput
impl Sync for GetMlTransformsInput
impl Unpin for GetMlTransformsInput
impl UnwindSafe for GetMlTransformsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more