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