#[non_exhaustive]pub struct ListNotificationChannelsInput { /* private fields */ }
Implementations
sourceimpl ListNotificationChannelsInput
impl ListNotificationChannelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListNotificationChannels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListNotificationChannels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListNotificationChannels
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNotificationChannelsInput
.
sourceimpl ListNotificationChannelsInput
impl ListNotificationChannelsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Trait Implementations
sourceimpl Clone for ListNotificationChannelsInput
impl Clone for ListNotificationChannelsInput
sourcefn clone(&self) -> ListNotificationChannelsInput
fn clone(&self) -> ListNotificationChannelsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListNotificationChannelsInput
impl Debug for ListNotificationChannelsInput
sourceimpl PartialEq<ListNotificationChannelsInput> for ListNotificationChannelsInput
impl PartialEq<ListNotificationChannelsInput> for ListNotificationChannelsInput
sourcefn eq(&self, other: &ListNotificationChannelsInput) -> bool
fn eq(&self, other: &ListNotificationChannelsInput) -> bool
impl StructuralPartialEq for ListNotificationChannelsInput
Auto Trait Implementations
impl RefUnwindSafe for ListNotificationChannelsInput
impl Send for ListNotificationChannelsInput
impl Sync for ListNotificationChannelsInput
impl Unpin for ListNotificationChannelsInput
impl UnwindSafe for ListNotificationChannelsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more