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