Struct aws_sdk_iot::input::UpdateDomainConfigurationInput
source · [−]#[non_exhaustive]pub struct UpdateDomainConfigurationInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UpdateDomainConfigurationInput
impl Clone for UpdateDomainConfigurationInput
sourcefn clone(&self) -> UpdateDomainConfigurationInput
fn clone(&self) -> UpdateDomainConfigurationInput
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 PartialEq<UpdateDomainConfigurationInput> for UpdateDomainConfigurationInput
impl PartialEq<UpdateDomainConfigurationInput> for UpdateDomainConfigurationInput
sourcefn eq(&self, other: &UpdateDomainConfigurationInput) -> bool
fn eq(&self, other: &UpdateDomainConfigurationInput) -> bool
impl StructuralPartialEq for UpdateDomainConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDomainConfigurationInput
impl Send for UpdateDomainConfigurationInput
impl Sync for UpdateDomainConfigurationInput
impl Unpin for UpdateDomainConfigurationInput
impl UnwindSafe for UpdateDomainConfigurationInput
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