@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 names of the Zone Group.
|
String |
getOptInStatus()
Indicates whether to enable or disable Zone Group membership.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The names of the Zone Group.
|
void |
setOptInStatus(String optInStatus)
Indicates whether to enable or disable Zone Group membership.
|
String |
toString()
Returns a string representation of this object.
|
ModifyAvailabilityZoneGroupRequest |
withGroupName(String groupName)
The names of the Zone Group.
|
ModifyAvailabilityZoneGroupRequest |
withOptInStatus(ModifyAvailabilityZoneOptInStatus optInStatus)
Indicates whether to enable or disable Zone Group membership.
|
ModifyAvailabilityZoneGroupRequest |
withOptInStatus(String optInStatus)
Indicates whether to enable or disable Zone Group membership.
|
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 names of the Zone Group.
groupName - The names of the Zone Group.public String getGroupName()
The names of the Zone Group.
public ModifyAvailabilityZoneGroupRequest withGroupName(String groupName)
The names of the Zone Group.
groupName - The names of the Zone Group.public void setOptInStatus(String optInStatus)
Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.
optInStatus - Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.ModifyAvailabilityZoneOptInStatuspublic String getOptInStatus()
Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.
opted-in.ModifyAvailabilityZoneOptInStatuspublic ModifyAvailabilityZoneGroupRequest withOptInStatus(String optInStatus)
Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.
optInStatus - Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.ModifyAvailabilityZoneOptInStatuspublic ModifyAvailabilityZoneGroupRequest withOptInStatus(ModifyAvailabilityZoneOptInStatus optInStatus)
Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.
optInStatus - Indicates whether to enable or disable Zone Group membership. The valid values are opted-in.ModifyAvailabilityZoneOptInStatuspublic Request<ModifyAvailabilityZoneGroupRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifyAvailabilityZoneGroupRequest>public String toString()
toString in class ObjectObject.toString()public ModifyAvailabilityZoneGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.