#[non_exhaustive]pub struct UpdateAvailabilityOptionsInput { /* private fields */ }Expand description
Container for the parameters to the operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.UpdateAvailabilityOptions
Implementations§
source§impl UpdateAvailabilityOptionsInput
impl UpdateAvailabilityOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAvailabilityOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAvailabilityOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAvailabilityOptions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAvailabilityOptionsInput.
source§impl UpdateAvailabilityOptionsInput
impl UpdateAvailabilityOptionsInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
Trait Implementations§
source§impl Clone for UpdateAvailabilityOptionsInput
impl Clone for UpdateAvailabilityOptionsInput
source§fn clone(&self) -> UpdateAvailabilityOptionsInput
fn clone(&self) -> UpdateAvailabilityOptionsInput
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<UpdateAvailabilityOptionsInput> for UpdateAvailabilityOptionsInput
impl PartialEq<UpdateAvailabilityOptionsInput> for UpdateAvailabilityOptionsInput
source§fn eq(&self, other: &UpdateAvailabilityOptionsInput) -> bool
fn eq(&self, other: &UpdateAvailabilityOptionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.