#[non_exhaustive]pub struct DeleteDomainInput { /* private fields */ }
Implementations§
source§impl DeleteDomainInput
impl DeleteDomainInput
sourcepub fn retention_policy(&self) -> Option<&RetentionPolicy>
pub fn retention_policy(&self) -> Option<&RetentionPolicy>
The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).
source§impl DeleteDomainInput
impl DeleteDomainInput
sourcepub fn builder() -> DeleteDomainInputBuilder
pub fn builder() -> DeleteDomainInputBuilder
Creates a new builder-style object to manufacture DeleteDomainInput
.
source§impl DeleteDomainInput
impl DeleteDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDomain
>
Trait Implementations§
source§impl Clone for DeleteDomainInput
impl Clone for DeleteDomainInput
source§fn clone(&self) -> DeleteDomainInput
fn clone(&self) -> DeleteDomainInput
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 DeleteDomainInput
impl Debug for DeleteDomainInput
source§impl PartialEq<DeleteDomainInput> for DeleteDomainInput
impl PartialEq<DeleteDomainInput> for DeleteDomainInput
source§fn eq(&self, other: &DeleteDomainInput) -> bool
fn eq(&self, other: &DeleteDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteDomainInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDomainInput
impl Send for DeleteDomainInput
impl Sync for DeleteDomainInput
impl Unpin for DeleteDomainInput
impl UnwindSafe for DeleteDomainInput
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