@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableAddressTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<EnableAddressTransferRequest>
NOOP
Constructor and Description |
---|
EnableAddressTransferRequest() |
Modifier and Type | Method and Description |
---|---|
EnableAddressTransferRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAllocationId()
The allocation ID of an Elastic IP address.
|
Request<EnableAddressTransferRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getTransferAccountId()
The ID of the account that you want to transfer the Elastic IP address to.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
void |
setTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
|
String |
toString()
Returns a string representation of this object.
|
EnableAddressTransferRequest |
withAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
EnableAddressTransferRequest |
withTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
|
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 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 EnableAddressTransferRequest withAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId
- The allocation ID of an Elastic IP address.public void setTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
transferAccountId
- The ID of the account that you want to transfer the Elastic IP address to.public String getTransferAccountId()
The ID of the account that you want to transfer the Elastic IP address to.
public EnableAddressTransferRequest withTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
transferAccountId
- The ID of the account that you want to transfer the Elastic IP address to.public Request<EnableAddressTransferRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<EnableAddressTransferRequest>
public String toString()
toString
in class Object
Object.toString()
public EnableAddressTransferRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.