#[non_exhaustive]pub struct AddNotificationChannelsInput { /* private fields */ }
Expand description
The structure representing the AddNotificationChannelsRequest.
Implementations§
source§impl AddNotificationChannelsInput
impl AddNotificationChannelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddNotificationChannels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddNotificationChannels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddNotificationChannels
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddNotificationChannelsInput
.
Trait Implementations§
source§impl Clone for AddNotificationChannelsInput
impl Clone for AddNotificationChannelsInput
source§fn clone(&self) -> AddNotificationChannelsInput
fn clone(&self) -> AddNotificationChannelsInput
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 AddNotificationChannelsInput
impl Debug for AddNotificationChannelsInput
source§impl PartialEq<AddNotificationChannelsInput> for AddNotificationChannelsInput
impl PartialEq<AddNotificationChannelsInput> for AddNotificationChannelsInput
source§fn eq(&self, other: &AddNotificationChannelsInput) -> bool
fn eq(&self, other: &AddNotificationChannelsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.