Struct aws_sdk_iot::input::UpdateDomainConfigurationInput
source · #[non_exhaustive]pub struct UpdateDomainConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateDomainConfigurationInput
impl UpdateDomainConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDomainConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDomainConfigurationInput
.
source§impl UpdateDomainConfigurationInput
impl UpdateDomainConfigurationInput
sourcepub fn domain_configuration_name(&self) -> Option<&str>
pub fn domain_configuration_name(&self) -> Option<&str>
The name of the domain configuration to be updated.
An object that specifies the authorization service for a domain.
sourcepub fn domain_configuration_status(&self) -> Option<&DomainConfigurationStatus>
pub fn domain_configuration_status(&self) -> Option<&DomainConfigurationStatus>
The status to which the domain configuration should be updated.
Removes the authorization configuration from a domain.
Trait Implementations§
source§impl Clone for UpdateDomainConfigurationInput
impl Clone for UpdateDomainConfigurationInput
source§fn clone(&self) -> UpdateDomainConfigurationInput
fn clone(&self) -> UpdateDomainConfigurationInput
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<UpdateDomainConfigurationInput> for UpdateDomainConfigurationInput
impl PartialEq<UpdateDomainConfigurationInput> for UpdateDomainConfigurationInput
source§fn eq(&self, other: &UpdateDomainConfigurationInput) -> bool
fn eq(&self, other: &UpdateDomainConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.