Struct aws_sdk_iot::input::DeleteBillingGroupInput
source · [−]#[non_exhaustive]pub struct DeleteBillingGroupInput { /* private fields */ }Implementations
sourceimpl DeleteBillingGroupInput
impl DeleteBillingGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBillingGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBillingGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBillingGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBillingGroupInput.
sourceimpl DeleteBillingGroupInput
impl DeleteBillingGroupInput
sourcepub fn billing_group_name(&self) -> Option<&str>
pub fn billing_group_name(&self) -> Option<&str>
The name 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 DeleteBillingGroup request is rejected with a VersionConflictException.
Trait Implementations
sourceimpl Clone for DeleteBillingGroupInput
impl Clone for DeleteBillingGroupInput
sourcefn clone(&self) -> DeleteBillingGroupInput
fn clone(&self) -> DeleteBillingGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteBillingGroupInput
impl Debug for DeleteBillingGroupInput
sourceimpl PartialEq<DeleteBillingGroupInput> for DeleteBillingGroupInput
impl PartialEq<DeleteBillingGroupInput> for DeleteBillingGroupInput
sourcefn eq(&self, other: &DeleteBillingGroupInput) -> bool
fn eq(&self, other: &DeleteBillingGroupInput) -> bool
impl StructuralPartialEq for DeleteBillingGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBillingGroupInput
impl Send for DeleteBillingGroupInput
impl Sync for DeleteBillingGroupInput
impl Unpin for DeleteBillingGroupInput
impl UnwindSafe for DeleteBillingGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more