Struct aws_sdk_glue::operation::batch_get_data_quality_result::builders::BatchGetDataQualityResultOutputBuilder
source · #[non_exhaustive]pub struct BatchGetDataQualityResultOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetDataQualityResultOutput.
Implementations§
source§impl BatchGetDataQualityResultOutputBuilder
impl BatchGetDataQualityResultOutputBuilder
sourcepub fn results(self, input: DataQualityResult) -> Self
pub fn results(self, input: DataQualityResult) -> Self
Appends an item to results.
To override the contents of this collection use set_results.
A list of DataQualityResult objects representing the data quality results.
sourcepub fn set_results(self, input: Option<Vec<DataQualityResult>>) -> Self
pub fn set_results(self, input: Option<Vec<DataQualityResult>>) -> Self
A list of DataQualityResult objects representing the data quality results.
sourcepub fn get_results(&self) -> &Option<Vec<DataQualityResult>>
pub fn get_results(&self) -> &Option<Vec<DataQualityResult>>
A list of DataQualityResult objects representing the data quality results.
sourcepub fn results_not_found(self, input: impl Into<String>) -> Self
pub fn results_not_found(self, input: impl Into<String>) -> Self
Appends an item to results_not_found.
To override the contents of this collection use set_results_not_found.
A list of result IDs for which results were not found.
sourcepub fn set_results_not_found(self, input: Option<Vec<String>>) -> Self
pub fn set_results_not_found(self, input: Option<Vec<String>>) -> Self
A list of result IDs for which results were not found.
sourcepub fn get_results_not_found(&self) -> &Option<Vec<String>>
pub fn get_results_not_found(&self) -> &Option<Vec<String>>
A list of result IDs for which results were not found.
sourcepub fn build(self) -> BatchGetDataQualityResultOutput
pub fn build(self) -> BatchGetDataQualityResultOutput
Consumes the builder and constructs a BatchGetDataQualityResultOutput.
Trait Implementations§
source§impl Clone for BatchGetDataQualityResultOutputBuilder
impl Clone for BatchGetDataQualityResultOutputBuilder
source§fn clone(&self) -> BatchGetDataQualityResultOutputBuilder
fn clone(&self) -> BatchGetDataQualityResultOutputBuilder
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 Default for BatchGetDataQualityResultOutputBuilder
impl Default for BatchGetDataQualityResultOutputBuilder
source§fn default() -> BatchGetDataQualityResultOutputBuilder
fn default() -> BatchGetDataQualityResultOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetDataQualityResultOutputBuilder> for BatchGetDataQualityResultOutputBuilder
impl PartialEq<BatchGetDataQualityResultOutputBuilder> for BatchGetDataQualityResultOutputBuilder
source§fn eq(&self, other: &BatchGetDataQualityResultOutputBuilder) -> bool
fn eq(&self, other: &BatchGetDataQualityResultOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetDataQualityResultOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetDataQualityResultOutputBuilder
impl Send for BatchGetDataQualityResultOutputBuilder
impl Sync for BatchGetDataQualityResultOutputBuilder
impl Unpin for BatchGetDataQualityResultOutputBuilder
impl UnwindSafe for BatchGetDataQualityResultOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more