Struct aws_sdk_iottwinmaker::operation::update_pricing_plan::builders::UpdatePricingPlanOutputBuilder
source · #[non_exhaustive]pub struct UpdatePricingPlanOutputBuilder { /* private fields */ }Expand description
A builder for UpdatePricingPlanOutput.
Implementations§
source§impl UpdatePricingPlanOutputBuilder
impl UpdatePricingPlanOutputBuilder
sourcepub fn current_pricing_plan(self, input: PricingPlan) -> Self
pub fn current_pricing_plan(self, input: PricingPlan) -> Self
Update the current pricing plan.
This field is required.sourcepub fn set_current_pricing_plan(self, input: Option<PricingPlan>) -> Self
pub fn set_current_pricing_plan(self, input: Option<PricingPlan>) -> Self
Update the current pricing plan.
sourcepub fn get_current_pricing_plan(&self) -> &Option<PricingPlan>
pub fn get_current_pricing_plan(&self) -> &Option<PricingPlan>
Update the current pricing plan.
sourcepub fn pending_pricing_plan(self, input: PricingPlan) -> Self
pub fn pending_pricing_plan(self, input: PricingPlan) -> Self
Update the pending pricing plan.
sourcepub fn set_pending_pricing_plan(self, input: Option<PricingPlan>) -> Self
pub fn set_pending_pricing_plan(self, input: Option<PricingPlan>) -> Self
Update the pending pricing plan.
sourcepub fn get_pending_pricing_plan(&self) -> &Option<PricingPlan>
pub fn get_pending_pricing_plan(&self) -> &Option<PricingPlan>
Update the pending pricing plan.
sourcepub fn build(self) -> UpdatePricingPlanOutput
pub fn build(self) -> UpdatePricingPlanOutput
Consumes the builder and constructs a UpdatePricingPlanOutput.
Trait Implementations§
source§impl Clone for UpdatePricingPlanOutputBuilder
impl Clone for UpdatePricingPlanOutputBuilder
source§fn clone(&self) -> UpdatePricingPlanOutputBuilder
fn clone(&self) -> UpdatePricingPlanOutputBuilder
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 Default for UpdatePricingPlanOutputBuilder
impl Default for UpdatePricingPlanOutputBuilder
source§fn default() -> UpdatePricingPlanOutputBuilder
fn default() -> UpdatePricingPlanOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdatePricingPlanOutputBuilder
impl PartialEq for UpdatePricingPlanOutputBuilder
source§fn eq(&self, other: &UpdatePricingPlanOutputBuilder) -> bool
fn eq(&self, other: &UpdatePricingPlanOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdatePricingPlanOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdatePricingPlanOutputBuilder
impl RefUnwindSafe for UpdatePricingPlanOutputBuilder
impl Send for UpdatePricingPlanOutputBuilder
impl Sync for UpdatePricingPlanOutputBuilder
impl Unpin for UpdatePricingPlanOutputBuilder
impl UnwindSafe for UpdatePricingPlanOutputBuilder
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.