Struct aws_sdk_iot::types::builders::BillingGroupPropertiesBuilder
source · #[non_exhaustive]pub struct BillingGroupPropertiesBuilder { /* private fields */ }Expand description
A builder for BillingGroupProperties.
Implementations§
source§impl BillingGroupPropertiesBuilder
impl BillingGroupPropertiesBuilder
sourcepub fn billing_group_description(self, input: impl Into<String>) -> Self
pub fn billing_group_description(self, input: impl Into<String>) -> Self
The description of the billing group.
sourcepub fn set_billing_group_description(self, input: Option<String>) -> Self
pub fn set_billing_group_description(self, input: Option<String>) -> Self
The description of the billing group.
sourcepub fn get_billing_group_description(&self) -> &Option<String>
pub fn get_billing_group_description(&self) -> &Option<String>
The description of the billing group.
sourcepub fn build(self) -> BillingGroupProperties
pub fn build(self) -> BillingGroupProperties
Consumes the builder and constructs a BillingGroupProperties.
Trait Implementations§
source§impl Clone for BillingGroupPropertiesBuilder
impl Clone for BillingGroupPropertiesBuilder
source§fn clone(&self) -> BillingGroupPropertiesBuilder
fn clone(&self) -> BillingGroupPropertiesBuilder
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 BillingGroupPropertiesBuilder
impl Default for BillingGroupPropertiesBuilder
source§fn default() -> BillingGroupPropertiesBuilder
fn default() -> BillingGroupPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BillingGroupPropertiesBuilder
impl PartialEq for BillingGroupPropertiesBuilder
source§fn eq(&self, other: &BillingGroupPropertiesBuilder) -> bool
fn eq(&self, other: &BillingGroupPropertiesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BillingGroupPropertiesBuilder
Auto Trait Implementations§
impl Freeze for BillingGroupPropertiesBuilder
impl RefUnwindSafe for BillingGroupPropertiesBuilder
impl Send for BillingGroupPropertiesBuilder
impl Sync for BillingGroupPropertiesBuilder
impl Unpin for BillingGroupPropertiesBuilder
impl UnwindSafe for BillingGroupPropertiesBuilder
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.