@Generated(value="software.amazon.awssdk:codegen") public final class ModifyAvailabilityZoneGroupRequest extends Ec2Request implements ToCopyableBuilder<ModifyAvailabilityZoneGroupRequest.Builder,ModifyAvailabilityZoneGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyAvailabilityZoneGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyAvailabilityZoneGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
|
int |
hashCode() |
ModifyAvailabilityZoneOptInStatus |
optInStatus()
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
String |
optInStatusAsString()
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyAvailabilityZoneGroupRequest.Builder> |
serializableBuilderClass() |
ModifyAvailabilityZoneGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
public final ModifyAvailabilityZoneOptInStatus optInStatus()
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 AWS Support to opt out of a Local Zone group, or Wavelength Zone group.
If the service returns an enum value that is not available in the current SDK version, optInStatus will
return ModifyAvailabilityZoneOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from optInStatusAsString().
opted-in. You must contact AWS Support to opt out of a Local Zone group, or Wavelength Zone group.ModifyAvailabilityZoneOptInStatuspublic final String optInStatusAsString()
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 AWS Support to opt out of a Local Zone group, or Wavelength Zone group.
If the service returns an enum value that is not available in the current SDK version, optInStatus will
return ModifyAvailabilityZoneOptInStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from optInStatusAsString().
opted-in. You must contact AWS Support to opt out of a Local Zone group, or Wavelength Zone group.ModifyAvailabilityZoneOptInStatuspublic ModifyAvailabilityZoneGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyAvailabilityZoneGroupRequest.Builder,ModifyAvailabilityZoneGroupRequest>toBuilder in class Ec2Requestpublic static ModifyAvailabilityZoneGroupRequest.Builder builder()
public static Class<? extends ModifyAvailabilityZoneGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.