Class AllocateAddressRequest
- All Implemented Interfaces:
ReadLimitInfo,DryRunSupportedRequest<AllocateAddressRequest>,Serializable,Cloneable
Contains the parameters for AllocateAddress.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanSet tovpcto allocate the address for use with instances in a VPC.This method is intended for internal use only.inthashCode()voidsetDomain(DomainType domain) Set tovpcto allocate the address for use with instances in a VPC.voidSet tovpcto allocate the address for use with instances in a VPC.toString()Returns a string representation of this object; useful for testing and debugging.withDomain(DomainType domain) Set tovpcto allocate the address for use with instances in a VPC.withDomain(String domain) Set tovpcto allocate the address for use with instances in a VPC.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
AllocateAddressRequest
public AllocateAddressRequest()
-
-
Method Details
-
setDomain
Set to
vpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Parameters:
domain- Set tovpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- See Also:
-
getDomain
Set to
vpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Returns:
- Set to
vpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- See Also:
-
withDomain
Set to
vpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Parameters:
domain- Set tovpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDomain
Set to
vpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Parameters:
domain- Set tovpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- See Also:
-
withDomain
Set to
vpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Parameters:
domain- Set tovpcto allocate the address for use with instances in a VPC.Default: The address is for use with instances in EC2-Classic.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
getDryRunRequest
This method is intended for internal use only. Returns the marshaled request configured with additional parameters to enable operation dry-run.- Specified by:
getDryRunRequestin interfaceDryRunSupportedRequest<AllocateAddressRequest>
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-