#[non_exhaustive]pub struct ModifyAvailabilityZoneGroupInput { /* private fields */ }
Implementations§
source§impl ModifyAvailabilityZoneGroupInput
impl ModifyAvailabilityZoneGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAvailabilityZoneGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAvailabilityZoneGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyAvailabilityZoneGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyAvailabilityZoneGroupInput
.
source§impl ModifyAvailabilityZoneGroupInput
impl ModifyAvailabilityZoneGroupInput
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
sourcepub fn opt_in_status(&self) -> Option<&ModifyAvailabilityZoneOptInStatus>
pub fn opt_in_status(&self) -> Option<&ModifyAvailabilityZoneOptInStatus>
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in
. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
Trait Implementations§
source§impl Clone for ModifyAvailabilityZoneGroupInput
impl Clone for ModifyAvailabilityZoneGroupInput
source§fn clone(&self) -> ModifyAvailabilityZoneGroupInput
fn clone(&self) -> ModifyAvailabilityZoneGroupInput
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<ModifyAvailabilityZoneGroupInput> for ModifyAvailabilityZoneGroupInput
impl PartialEq<ModifyAvailabilityZoneGroupInput> for ModifyAvailabilityZoneGroupInput
source§fn eq(&self, other: &ModifyAvailabilityZoneGroupInput) -> bool
fn eq(&self, other: &ModifyAvailabilityZoneGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.