Struct aws_sdk_personalize::operation::update_campaign::builders::UpdateCampaignOutputBuilder
source · #[non_exhaustive]pub struct UpdateCampaignOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateCampaignOutput
.
Implementations§
source§impl UpdateCampaignOutputBuilder
impl UpdateCampaignOutputBuilder
sourcepub fn campaign_arn(self, input: impl Into<String>) -> Self
pub fn campaign_arn(self, input: impl Into<String>) -> Self
The same campaign ARN as given in the request.
sourcepub fn set_campaign_arn(self, input: Option<String>) -> Self
pub fn set_campaign_arn(self, input: Option<String>) -> Self
The same campaign ARN as given in the request.
sourcepub fn get_campaign_arn(&self) -> &Option<String>
pub fn get_campaign_arn(&self) -> &Option<String>
The same campaign ARN as given in the request.
sourcepub fn build(self) -> UpdateCampaignOutput
pub fn build(self) -> UpdateCampaignOutput
Consumes the builder and constructs a UpdateCampaignOutput
.
Trait Implementations§
source§impl Clone for UpdateCampaignOutputBuilder
impl Clone for UpdateCampaignOutputBuilder
source§fn clone(&self) -> UpdateCampaignOutputBuilder
fn clone(&self) -> UpdateCampaignOutputBuilder
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 UpdateCampaignOutputBuilder
impl Debug for UpdateCampaignOutputBuilder
source§impl Default for UpdateCampaignOutputBuilder
impl Default for UpdateCampaignOutputBuilder
source§fn default() -> UpdateCampaignOutputBuilder
fn default() -> UpdateCampaignOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateCampaignOutputBuilder
impl PartialEq for UpdateCampaignOutputBuilder
source§fn eq(&self, other: &UpdateCampaignOutputBuilder) -> bool
fn eq(&self, other: &UpdateCampaignOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateCampaignOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCampaignOutputBuilder
impl Send for UpdateCampaignOutputBuilder
impl Sync for UpdateCampaignOutputBuilder
impl Unpin for UpdateCampaignOutputBuilder
impl UnwindSafe for UpdateCampaignOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.