@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, withSdkRequestTimeoutpublic 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.ModifyAvailabilityZoneOptInStatuspublic 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.ModifyAvailabilityZoneOptInStatuspublic 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.ModifyAvailabilityZoneOptInStatuspublic 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.ModifyAvailabilityZoneOptInStatuspublic Request<ModifyAvailabilityZoneGroupRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyAvailabilityZoneGroupRequest>public String toString()
toString in class ObjectObject.toString()public ModifyAvailabilityZoneGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.