Struct aws_sdk_codeartifact::input::DeleteDomainInput
source · #[non_exhaustive]pub struct DeleteDomainInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDomainInput
.
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 ==
.