Struct aws_sdk_devopsguru::operation::list_notification_channels::ListNotificationChannelsInput
source · #[non_exhaustive]pub struct ListNotificationChannelsInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl ListNotificationChannelsInput
impl ListNotificationChannelsInput
sourcepub fn builder() -> ListNotificationChannelsInputBuilder
pub fn builder() -> ListNotificationChannelsInputBuilder
Creates a new builder-style object to manufacture ListNotificationChannelsInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for ListNotificationChannelsInput
impl Clone for ListNotificationChannelsInput
source§fn clone(&self) -> ListNotificationChannelsInput
fn clone(&self) -> ListNotificationChannelsInput
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 PartialEq<ListNotificationChannelsInput> for ListNotificationChannelsInput
impl PartialEq<ListNotificationChannelsInput> for ListNotificationChannelsInput
source§fn eq(&self, other: &ListNotificationChannelsInput) -> bool
fn eq(&self, other: &ListNotificationChannelsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.