#[non_exhaustive]pub struct CreateDomainConfigurationOutput { /* private fields */ }
Implementations§
source§impl CreateDomainConfigurationOutput
impl CreateDomainConfigurationOutput
sourcepub fn domain_configuration_name(&self) -> Option<&str>
pub fn domain_configuration_name(&self) -> Option<&str>
The name of the domain configuration.
sourcepub fn domain_configuration_arn(&self) -> Option<&str>
pub fn domain_configuration_arn(&self) -> Option<&str>
The ARN of the domain configuration.
source§impl CreateDomainConfigurationOutput
impl CreateDomainConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDomainConfigurationOutput
.
Trait Implementations§
source§impl Clone for CreateDomainConfigurationOutput
impl Clone for CreateDomainConfigurationOutput
source§fn clone(&self) -> CreateDomainConfigurationOutput
fn clone(&self) -> CreateDomainConfigurationOutput
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 PartialEq<CreateDomainConfigurationOutput> for CreateDomainConfigurationOutput
impl PartialEq<CreateDomainConfigurationOutput> for CreateDomainConfigurationOutput
source§fn eq(&self, other: &CreateDomainConfigurationOutput) -> bool
fn eq(&self, other: &CreateDomainConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.