#[non_exhaustive]pub struct UpdateDomainAssociationInput { /* private fields */ }Expand description
The request structure for the update domain association request.
Implementations
sourceimpl UpdateDomainAssociationInput
impl UpdateDomainAssociationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainAssociation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainAssociation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDomainAssociation>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDomainAssociationInput.
sourceimpl UpdateDomainAssociationInput
impl UpdateDomainAssociationInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain.
sourcepub fn enable_auto_sub_domain(&self) -> Option<bool>
pub fn enable_auto_sub_domain(&self) -> Option<bool>
Enables the automated creation of subdomains for branches.
sourcepub fn sub_domain_settings(&self) -> Option<&[SubDomainSetting]>
pub fn sub_domain_settings(&self) -> Option<&[SubDomainSetting]>
Describes the settings for the subdomain.
sourcepub fn auto_sub_domain_creation_patterns(&self) -> Option<&[String]>
pub fn auto_sub_domain_creation_patterns(&self) -> Option<&[String]>
Sets the branch patterns for automatic subdomain creation.
sourcepub fn auto_sub_domain_iam_role(&self) -> Option<&str>
pub fn auto_sub_domain_iam_role(&self) -> Option<&str>
The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
Trait Implementations
sourceimpl Clone for UpdateDomainAssociationInput
impl Clone for UpdateDomainAssociationInput
sourcefn clone(&self) -> UpdateDomainAssociationInput
fn clone(&self) -> UpdateDomainAssociationInput
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 UpdateDomainAssociationInput
impl Debug for UpdateDomainAssociationInput
sourceimpl PartialEq<UpdateDomainAssociationInput> for UpdateDomainAssociationInput
impl PartialEq<UpdateDomainAssociationInput> for UpdateDomainAssociationInput
sourcefn eq(&self, other: &UpdateDomainAssociationInput) -> bool
fn eq(&self, other: &UpdateDomainAssociationInput) -> bool
impl StructuralPartialEq for UpdateDomainAssociationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDomainAssociationInput
impl Send for UpdateDomainAssociationInput
impl Sync for UpdateDomainAssociationInput
impl Unpin for UpdateDomainAssociationInput
impl UnwindSafe for UpdateDomainAssociationInput
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