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