@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableAddressTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisableAddressTransferRequest>
NOOP
Constructor and Description |
---|
DisableAddressTransferRequest() |
Modifier and Type | Method and Description |
---|---|
DisableAddressTransferRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAllocationId()
The allocation ID of an Elastic IP address.
|
Request<DisableAddressTransferRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
String |
toString()
Returns a string representation of this object.
|
DisableAddressTransferRequest |
withAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
addHandlerContext, 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 setAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId
- The allocation ID of an Elastic IP address.public String getAllocationId()
The allocation ID of an Elastic IP address.
public DisableAddressTransferRequest withAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId
- The allocation ID of an Elastic IP address.public Request<DisableAddressTransferRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisableAddressTransferRequest>
public String toString()
toString
in class Object
Object.toString()
public DisableAddressTransferRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()