Struct aws_sdk_iot::client::fluent_builders::CreateBillingGroup
source · pub struct CreateBillingGroup { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateBillingGroup
.
Creates a billing group.
Requires permission to access the CreateBillingGroup action.
Implementations§
source§impl CreateBillingGroup
impl CreateBillingGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateBillingGroup, AwsResponseRetryClassifier>, SdkError<CreateBillingGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateBillingGroup, AwsResponseRetryClassifier>, SdkError<CreateBillingGroupError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateBillingGroupOutput, SdkError<CreateBillingGroupError>>
pub async fn send(
self
) -> Result<CreateBillingGroupOutput, SdkError<CreateBillingGroupError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn billing_group_name(self, input: impl Into<String>) -> Self
pub fn billing_group_name(self, input: impl Into<String>) -> Self
The name you wish to give to the billing group.
sourcepub fn set_billing_group_name(self, input: Option<String>) -> Self
pub fn set_billing_group_name(self, input: Option<String>) -> Self
The name you wish to give to the billing group.
sourcepub fn billing_group_properties(self, input: BillingGroupProperties) -> Self
pub fn billing_group_properties(self, input: BillingGroupProperties) -> Self
The properties of the billing group.
sourcepub fn set_billing_group_properties(
self,
input: Option<BillingGroupProperties>
) -> Self
pub fn set_billing_group_properties(
self,
input: Option<BillingGroupProperties>
) -> Self
The properties of the billing group.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata which can be used to manage the billing group.
Metadata which can be used to manage the billing group.
Trait Implementations§
source§impl Clone for CreateBillingGroup
impl Clone for CreateBillingGroup
source§fn clone(&self) -> CreateBillingGroup
fn clone(&self) -> CreateBillingGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more