@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyAvailabilityZoneGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyAvailabilityZoneGroupRequest>
NOOP
Constructor and Description |
---|
ModifyAvailabilityZoneGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyAvailabilityZoneGroupRequest |
clone() |
boolean |
equals(Object obj) |
Request<ModifyAvailabilityZoneGroupRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getGroupName()
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
|
String |
getOptInStatus()
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
|
void |
setOptInStatus(String optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
String |
toString()
Returns a string representation of this object.
|
ModifyAvailabilityZoneGroupRequest |
withGroupName(String groupName)
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
|
ModifyAvailabilityZoneGroupRequest |
withOptInStatus(ModifyAvailabilityZoneOptInStatus optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
ModifyAvailabilityZoneGroupRequest |
withOptInStatus(String optInStatus)
Indicates whether you are opted in to the Local Zone group or Wavelength Zone group.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGroupName(String groupName)
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
groupName
- The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.public String getGroupName()
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
public ModifyAvailabilityZoneGroupRequest withGroupName(String groupName)
The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.
groupName
- The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.public void setOptInStatus(String 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 Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
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 Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus
public String getOptInStatus()
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.
opted-in
. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus
public ModifyAvailabilityZoneGroupRequest withOptInStatus(String 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 Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
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 Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus
public ModifyAvailabilityZoneGroupRequest withOptInStatus(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 Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
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 Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.ModifyAvailabilityZoneOptInStatus
public Request<ModifyAvailabilityZoneGroupRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyAvailabilityZoneGroupRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyAvailabilityZoneGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.