Struct aws_sdk_quicksight::operation::search_dashboards::builders::SearchDashboardsOutputBuilder
source · #[non_exhaustive]pub struct SearchDashboardsOutputBuilder { /* private fields */ }Expand description
A builder for SearchDashboardsOutput.
Implementations§
source§impl SearchDashboardsOutputBuilder
impl SearchDashboardsOutputBuilder
sourcepub fn dashboard_summary_list(self, input: DashboardSummary) -> Self
pub fn dashboard_summary_list(self, input: DashboardSummary) -> Self
Appends an item to dashboard_summary_list.
To override the contents of this collection use set_dashboard_summary_list.
The list of dashboards owned by the user specified in Filters in your request.
sourcepub fn set_dashboard_summary_list(
self,
input: Option<Vec<DashboardSummary>>
) -> Self
pub fn set_dashboard_summary_list( self, input: Option<Vec<DashboardSummary>> ) -> Self
The list of dashboards owned by the user specified in Filters in your request.
sourcepub fn get_dashboard_summary_list(&self) -> &Option<Vec<DashboardSummary>>
pub fn get_dashboard_summary_list(&self) -> &Option<Vec<DashboardSummary>>
The list of dashboards owned by the user specified in Filters in your request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results, or null if there are no more results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results, or null if there are no more results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of results, or null if there are no more results.
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) -> SearchDashboardsOutput
pub fn build(self) -> SearchDashboardsOutput
Consumes the builder and constructs a SearchDashboardsOutput.
Trait Implementations§
source§impl Clone for SearchDashboardsOutputBuilder
impl Clone for SearchDashboardsOutputBuilder
source§fn clone(&self) -> SearchDashboardsOutputBuilder
fn clone(&self) -> SearchDashboardsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SearchDashboardsOutputBuilder
impl Default for SearchDashboardsOutputBuilder
source§fn default() -> SearchDashboardsOutputBuilder
fn default() -> SearchDashboardsOutputBuilder
source§impl PartialEq for SearchDashboardsOutputBuilder
impl PartialEq for SearchDashboardsOutputBuilder
source§fn eq(&self, other: &SearchDashboardsOutputBuilder) -> bool
fn eq(&self, other: &SearchDashboardsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.