Struct aws_sdk_worklink::input::AssociateDomainInput
source · #[non_exhaustive]pub struct AssociateDomainInput { /* private fields */ }Implementations§
source§impl AssociateDomainInput
impl AssociateDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateDomain>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateDomainInput.
source§impl AssociateDomainInput
impl AssociateDomainInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The fully qualified domain name (FQDN).
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name to display.
sourcepub fn acm_certificate_arn(&self) -> Option<&str>
pub fn acm_certificate_arn(&self) -> Option<&str>
The ARN of an issued ACM certificate that is valid for the domain being associated.
Trait Implementations§
source§impl Clone for AssociateDomainInput
impl Clone for AssociateDomainInput
source§fn clone(&self) -> AssociateDomainInput
fn clone(&self) -> AssociateDomainInput
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 AssociateDomainInput
impl Debug for AssociateDomainInput
source§impl PartialEq<AssociateDomainInput> for AssociateDomainInput
impl PartialEq<AssociateDomainInput> for AssociateDomainInput
source§fn eq(&self, other: &AssociateDomainInput) -> bool
fn eq(&self, other: &AssociateDomainInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.