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