#[non_exhaustive]pub struct ListReportsOutputBuilder { /* private fields */ }
Expand description
A builder for ListReportsOutput
.
Implementations§
source§impl ListReportsOutputBuilder
impl ListReportsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
During a previous call, the maximum number of items that can be returned is the value specified in maxResults
. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
During a previous call, the maximum number of items that can be returned is the value specified in maxResults
. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
During a previous call, the maximum number of items that can be returned is the value specified in maxResults
. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
sourcepub fn reports(self, input: impl Into<String>) -> Self
pub fn reports(self, input: impl Into<String>) -> Self
Appends an item to reports
.
To override the contents of this collection use set_reports
.
The list of returned ARNs for the reports in the current Amazon Web Services account.
sourcepub fn set_reports(self, input: Option<Vec<String>>) -> Self
pub fn set_reports(self, input: Option<Vec<String>>) -> Self
The list of returned ARNs for the reports in the current Amazon Web Services account.
sourcepub fn get_reports(&self) -> &Option<Vec<String>>
pub fn get_reports(&self) -> &Option<Vec<String>>
The list of returned ARNs for the reports in the current Amazon Web Services account.
sourcepub fn build(self) -> ListReportsOutput
pub fn build(self) -> ListReportsOutput
Consumes the builder and constructs a ListReportsOutput
.
Trait Implementations§
source§impl Clone for ListReportsOutputBuilder
impl Clone for ListReportsOutputBuilder
source§fn clone(&self) -> ListReportsOutputBuilder
fn clone(&self) -> ListReportsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListReportsOutputBuilder
impl Debug for ListReportsOutputBuilder
source§impl Default for ListReportsOutputBuilder
impl Default for ListReportsOutputBuilder
source§fn default() -> ListReportsOutputBuilder
fn default() -> ListReportsOutputBuilder
source§impl PartialEq for ListReportsOutputBuilder
impl PartialEq for ListReportsOutputBuilder
source§fn eq(&self, other: &ListReportsOutputBuilder) -> bool
fn eq(&self, other: &ListReportsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.