Struct aws_sdk_devopsguru::operation::list_notification_channels::builders::ListNotificationChannelsInputBuilder
source · #[non_exhaustive]pub struct ListNotificationChannelsInputBuilder { /* private fields */ }
Expand description
A builder for ListNotificationChannelsInput
.
Implementations§
source§impl ListNotificationChannelsInputBuilder
impl ListNotificationChannelsInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> Result<ListNotificationChannelsInput, BuildError>
pub fn build(self) -> Result<ListNotificationChannelsInput, BuildError>
Consumes the builder and constructs a ListNotificationChannelsInput
.
Trait Implementations§
source§impl Clone for ListNotificationChannelsInputBuilder
impl Clone for ListNotificationChannelsInputBuilder
source§fn clone(&self) -> ListNotificationChannelsInputBuilder
fn clone(&self) -> ListNotificationChannelsInputBuilder
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 Default for ListNotificationChannelsInputBuilder
impl Default for ListNotificationChannelsInputBuilder
source§fn default() -> ListNotificationChannelsInputBuilder
fn default() -> ListNotificationChannelsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListNotificationChannelsInputBuilder> for ListNotificationChannelsInputBuilder
impl PartialEq<ListNotificationChannelsInputBuilder> for ListNotificationChannelsInputBuilder
source§fn eq(&self, other: &ListNotificationChannelsInputBuilder) -> bool
fn eq(&self, other: &ListNotificationChannelsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.