Struct aws_sdk_redshift::types::builders::RecurringChargeBuilder
source · #[non_exhaustive]pub struct RecurringChargeBuilder { /* private fields */ }
Expand description
A builder for RecurringCharge
.
Implementations§
source§impl RecurringChargeBuilder
impl RecurringChargeBuilder
sourcepub fn recurring_charge_amount(self, input: f64) -> Self
pub fn recurring_charge_amount(self, input: f64) -> Self
The amount charged per the period of time specified by the recurring charge frequency.
sourcepub fn set_recurring_charge_amount(self, input: Option<f64>) -> Self
pub fn set_recurring_charge_amount(self, input: Option<f64>) -> Self
The amount charged per the period of time specified by the recurring charge frequency.
sourcepub fn get_recurring_charge_amount(&self) -> &Option<f64>
pub fn get_recurring_charge_amount(&self) -> &Option<f64>
The amount charged per the period of time specified by the recurring charge frequency.
sourcepub fn recurring_charge_frequency(self, input: impl Into<String>) -> Self
pub fn recurring_charge_frequency(self, input: impl Into<String>) -> Self
The frequency at which the recurring charge amount is applied.
sourcepub fn set_recurring_charge_frequency(self, input: Option<String>) -> Self
pub fn set_recurring_charge_frequency(self, input: Option<String>) -> Self
The frequency at which the recurring charge amount is applied.
sourcepub fn get_recurring_charge_frequency(&self) -> &Option<String>
pub fn get_recurring_charge_frequency(&self) -> &Option<String>
The frequency at which the recurring charge amount is applied.
sourcepub fn build(self) -> RecurringCharge
pub fn build(self) -> RecurringCharge
Consumes the builder and constructs a RecurringCharge
.
Trait Implementations§
source§impl Clone for RecurringChargeBuilder
impl Clone for RecurringChargeBuilder
source§fn clone(&self) -> RecurringChargeBuilder
fn clone(&self) -> RecurringChargeBuilder
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 RecurringChargeBuilder
impl Debug for RecurringChargeBuilder
source§impl Default for RecurringChargeBuilder
impl Default for RecurringChargeBuilder
source§fn default() -> RecurringChargeBuilder
fn default() -> RecurringChargeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RecurringChargeBuilder
impl PartialEq for RecurringChargeBuilder
source§fn eq(&self, other: &RecurringChargeBuilder) -> bool
fn eq(&self, other: &RecurringChargeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RecurringChargeBuilder
Auto Trait Implementations§
impl Freeze for RecurringChargeBuilder
impl RefUnwindSafe for RecurringChargeBuilder
impl Send for RecurringChargeBuilder
impl Sync for RecurringChargeBuilder
impl Unpin for RecurringChargeBuilder
impl UnwindSafe for RecurringChargeBuilder
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.