Struct aws_sdk_worklink::input::AssociateDomainInput
source · [−]#[non_exhaustive]pub struct AssociateDomainInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for AssociateDomainInput
impl Clone for AssociateDomainInput
sourcefn clone(&self) -> AssociateDomainInput
fn clone(&self) -> AssociateDomainInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AssociateDomainInput
impl Debug for AssociateDomainInput
sourceimpl PartialEq<AssociateDomainInput> for AssociateDomainInput
impl PartialEq<AssociateDomainInput> for AssociateDomainInput
sourcefn eq(&self, other: &AssociateDomainInput) -> bool
fn eq(&self, other: &AssociateDomainInput) -> bool
impl StructuralPartialEq for AssociateDomainInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateDomainInput
impl Send for AssociateDomainInput
impl Sync for AssociateDomainInput
impl Unpin for AssociateDomainInput
impl UnwindSafe for AssociateDomainInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more