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