Struct aws_sdk_quicksight::operation::search_data_sets::builders::SearchDataSetsOutputBuilder
source · #[non_exhaustive]pub struct SearchDataSetsOutputBuilder { /* private fields */ }Expand description
A builder for SearchDataSetsOutput.
Implementations§
source§impl SearchDataSetsOutputBuilder
impl SearchDataSetsOutputBuilder
sourcepub fn data_set_summaries(self, input: DataSetSummary) -> Self
pub fn data_set_summaries(self, input: DataSetSummary) -> Self
Appends an item to data_set_summaries.
To override the contents of this collection use set_data_set_summaries.
A DataSetSummaries object that returns a summary of a dataset.
sourcepub fn set_data_set_summaries(self, input: Option<Vec<DataSetSummary>>) -> Self
pub fn set_data_set_summaries(self, input: Option<Vec<DataSetSummary>>) -> Self
A DataSetSummaries object that returns a summary of a dataset.
sourcepub fn get_data_set_summaries(&self) -> &Option<Vec<DataSetSummary>>
pub fn get_data_set_summaries(&self) -> &Option<Vec<DataSetSummary>>
A DataSetSummaries object that returns a summary of a dataset.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A pagination token that can be used in a subsequent request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A pagination token that can be used in a subsequent request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A pagination token that can be used in a subsequent request.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
sourcepub fn build(self) -> SearchDataSetsOutput
pub fn build(self) -> SearchDataSetsOutput
Consumes the builder and constructs a SearchDataSetsOutput.
Trait Implementations§
source§impl Clone for SearchDataSetsOutputBuilder
impl Clone for SearchDataSetsOutputBuilder
source§fn clone(&self) -> SearchDataSetsOutputBuilder
fn clone(&self) -> SearchDataSetsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for SearchDataSetsOutputBuilder
impl Debug for SearchDataSetsOutputBuilder
source§impl Default for SearchDataSetsOutputBuilder
impl Default for SearchDataSetsOutputBuilder
source§fn default() -> SearchDataSetsOutputBuilder
fn default() -> SearchDataSetsOutputBuilder
source§impl PartialEq for SearchDataSetsOutputBuilder
impl PartialEq for SearchDataSetsOutputBuilder
source§fn eq(&self, other: &SearchDataSetsOutputBuilder) -> bool
fn eq(&self, other: &SearchDataSetsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SearchDataSetsOutputBuilder
Auto Trait Implementations§
impl Freeze for SearchDataSetsOutputBuilder
impl RefUnwindSafe for SearchDataSetsOutputBuilder
impl Send for SearchDataSetsOutputBuilder
impl Sync for SearchDataSetsOutputBuilder
impl Unpin for SearchDataSetsOutputBuilder
impl UnwindSafe for SearchDataSetsOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more