#[non_exhaustive]pub struct AddNotificationChannelsInput { /* private fields */ }
Expand description
The structure representing the AddNotificationChannelsRequest.
Implementations
sourceimpl 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
sourceimpl Clone for AddNotificationChannelsInput
impl Clone for AddNotificationChannelsInput
sourcefn clone(&self) -> AddNotificationChannelsInput
fn clone(&self) -> AddNotificationChannelsInput
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 AddNotificationChannelsInput
impl Debug for AddNotificationChannelsInput
sourceimpl PartialEq<AddNotificationChannelsInput> for AddNotificationChannelsInput
impl PartialEq<AddNotificationChannelsInput> for AddNotificationChannelsInput
sourcefn eq(&self, other: &AddNotificationChannelsInput) -> bool
fn eq(&self, other: &AddNotificationChannelsInput) -> bool
impl StructuralPartialEq for AddNotificationChannelsInput
Auto Trait Implementations
impl RefUnwindSafe for AddNotificationChannelsInput
impl Send for AddNotificationChannelsInput
impl Sync for AddNotificationChannelsInput
impl Unpin for AddNotificationChannelsInput
impl UnwindSafe for AddNotificationChannelsInput
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