Struct aws_sdk_iot::input::UpdateBillingGroupInput
source · #[non_exhaustive]pub struct UpdateBillingGroupInput { /* private fields */ }
Implementations§
source§impl UpdateBillingGroupInput
impl UpdateBillingGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBillingGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBillingGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBillingGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBillingGroupInput
.
source§impl UpdateBillingGroupInput
impl UpdateBillingGroupInput
sourcepub fn billing_group_name(&self) -> Option<&str>
pub fn billing_group_name(&self) -> Option<&str>
The name of the billing group.
sourcepub fn billing_group_properties(&self) -> Option<&BillingGroupProperties>
pub fn billing_group_properties(&self) -> Option<&BillingGroupProperties>
The properties of the billing group.
sourcepub fn expected_version(&self) -> Option<i64>
pub fn expected_version(&self) -> Option<i64>
The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the UpdateBillingGroup
request is rejected with a VersionConflictException
.
Trait Implementations§
source§impl Clone for UpdateBillingGroupInput
impl Clone for UpdateBillingGroupInput
source§fn clone(&self) -> UpdateBillingGroupInput
fn clone(&self) -> UpdateBillingGroupInput
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 UpdateBillingGroupInput
impl Debug for UpdateBillingGroupInput
source§impl PartialEq<UpdateBillingGroupInput> for UpdateBillingGroupInput
impl PartialEq<UpdateBillingGroupInput> for UpdateBillingGroupInput
source§fn eq(&self, other: &UpdateBillingGroupInput) -> bool
fn eq(&self, other: &UpdateBillingGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.