#[non_exhaustive]pub struct ListRetainedMessagesInput { /* private fields */ }
Implementations§
source§impl ListRetainedMessagesInput
impl ListRetainedMessagesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRetainedMessages, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRetainedMessages, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRetainedMessages
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRetainedMessagesInput
.
source§impl ListRetainedMessagesInput
impl ListRetainedMessagesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive the first set of results.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results to return at one time.
Trait Implementations§
source§impl Clone for ListRetainedMessagesInput
impl Clone for ListRetainedMessagesInput
source§fn clone(&self) -> ListRetainedMessagesInput
fn clone(&self) -> ListRetainedMessagesInput
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 ListRetainedMessagesInput
impl Debug for ListRetainedMessagesInput
source§impl PartialEq<ListRetainedMessagesInput> for ListRetainedMessagesInput
impl PartialEq<ListRetainedMessagesInput> for ListRetainedMessagesInput
source§fn eq(&self, other: &ListRetainedMessagesInput) -> bool
fn eq(&self, other: &ListRetainedMessagesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.