Struct aws_sdk_shield::input::CreateSubscriptionInput
source · #[non_exhaustive]pub struct CreateSubscriptionInput {}
Implementations§
source§impl CreateSubscriptionInput
impl CreateSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSubscriptionInput
.
Trait Implementations§
source§impl Clone for CreateSubscriptionInput
impl Clone for CreateSubscriptionInput
source§fn clone(&self) -> CreateSubscriptionInput
fn clone(&self) -> CreateSubscriptionInput
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 CreateSubscriptionInput
impl Debug for CreateSubscriptionInput
source§impl PartialEq<CreateSubscriptionInput> for CreateSubscriptionInput
impl PartialEq<CreateSubscriptionInput> for CreateSubscriptionInput
source§fn eq(&self, other: &CreateSubscriptionInput) -> bool
fn eq(&self, other: &CreateSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.