#[non_exhaustive]pub struct ListNotificationsInput { /* private fields */ }Implementations§
source§impl ListNotificationsInput
impl ListNotificationsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token that's used to fetch the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Represents the maximum number of results on a page or for an API request call.
source§impl ListNotificationsInput
impl ListNotificationsInput
sourcepub fn builder() -> ListNotificationsInputBuilder
pub fn builder() -> ListNotificationsInputBuilder
Creates a new builder-style object to manufacture ListNotificationsInput.
source§impl ListNotificationsInput
impl ListNotificationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListNotifications, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListNotifications, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListNotifications>
Trait Implementations§
source§impl Clone for ListNotificationsInput
impl Clone for ListNotificationsInput
source§fn clone(&self) -> ListNotificationsInput
fn clone(&self) -> ListNotificationsInput
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 ListNotificationsInput
impl Debug for ListNotificationsInput
source§impl PartialEq<ListNotificationsInput> for ListNotificationsInput
impl PartialEq<ListNotificationsInput> for ListNotificationsInput
source§fn eq(&self, other: &ListNotificationsInput) -> bool
fn eq(&self, other: &ListNotificationsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.