Struct aws_sdk_config::input::PutDeliveryChannelInput
source · #[non_exhaustive]pub struct PutDeliveryChannelInput { /* private fields */ }Expand description
The input for the PutDeliveryChannel action.
Implementations§
source§impl PutDeliveryChannelInput
impl PutDeliveryChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDeliveryChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDeliveryChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutDeliveryChannel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutDeliveryChannelInput.
source§impl PutDeliveryChannelInput
impl PutDeliveryChannelInput
sourcepub fn delivery_channel(&self) -> Option<&DeliveryChannel>
pub fn delivery_channel(&self) -> Option<&DeliveryChannel>
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
Trait Implementations§
source§impl Clone for PutDeliveryChannelInput
impl Clone for PutDeliveryChannelInput
source§fn clone(&self) -> PutDeliveryChannelInput
fn clone(&self) -> PutDeliveryChannelInput
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 PutDeliveryChannelInput
impl Debug for PutDeliveryChannelInput
source§impl PartialEq<PutDeliveryChannelInput> for PutDeliveryChannelInput
impl PartialEq<PutDeliveryChannelInput> for PutDeliveryChannelInput
source§fn eq(&self, other: &PutDeliveryChannelInput) -> bool
fn eq(&self, other: &PutDeliveryChannelInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.