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