Struct aws_sdk_appsync::input::CreateDomainNameInput
source · #[non_exhaustive]pub struct CreateDomainNameInput { /* private fields */ }
Implementations§
source§impl CreateDomainNameInput
impl CreateDomainNameInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDomainName, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDomainName, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDomainName
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDomainNameInput
.
source§impl CreateDomainNameInput
impl CreateDomainNameInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain name.
sourcepub fn certificate_arn(&self) -> Option<&str>
pub fn certificate_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the DomainName
.
Trait Implementations§
source§impl Clone for CreateDomainNameInput
impl Clone for CreateDomainNameInput
source§fn clone(&self) -> CreateDomainNameInput
fn clone(&self) -> CreateDomainNameInput
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 CreateDomainNameInput
impl Debug for CreateDomainNameInput
source§impl PartialEq<CreateDomainNameInput> for CreateDomainNameInput
impl PartialEq<CreateDomainNameInput> for CreateDomainNameInput
source§fn eq(&self, other: &CreateDomainNameInput) -> bool
fn eq(&self, other: &CreateDomainNameInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.