@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptAddressTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AcceptAddressTransferRequest>
NOOP
Constructor and Description |
---|
AcceptAddressTransferRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptAddressTransferRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAddress()
The Elastic IP address you are accepting for transfer.
|
Request<AcceptAddressTransferRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<TagSpecification> |
getTagSpecifications()
tag :<key> - The key/value combination of a tag assigned to the resource. |
int |
hashCode() |
void |
setAddress(String address)
The Elastic IP address you are accepting for transfer.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
tag :<key> - The key/value combination of a tag assigned to the resource. |
String |
toString()
Returns a string representation of this object.
|
AcceptAddressTransferRequest |
withAddress(String address)
The Elastic IP address you are accepting for transfer.
|
AcceptAddressTransferRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
tag :<key> - The key/value combination of a tag assigned to the resource. |
AcceptAddressTransferRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
tag :<key> - The key/value combination of a tag assigned to the resource. |
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 setAddress(String address)
The Elastic IP address you are accepting for transfer.
address
- The Elastic IP address you are accepting for transfer.public String getAddress()
The Elastic IP address you are accepting for transfer.
public AcceptAddressTransferRequest withAddress(String address)
The Elastic IP address you are accepting for transfer.
address
- The Elastic IP address you are accepting for transfer.public List<TagSpecification> getTagSpecifications()
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner
and the value TeamA
, specify
tag:Owner
for the filter name and TeamA
for the filter value.public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tagSpecifications
- tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.public AcceptAddressTransferRequest withTagSpecifications(TagSpecification... tagSpecifications)
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.public AcceptAddressTransferRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner
and the value TeamA
, specify tag:Owner
for the filter name
and TeamA
for the filter value.
tagSpecifications
- tag
:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner
and the value TeamA
, specify tag:Owner
for
the filter name and TeamA
for the filter value.public Request<AcceptAddressTransferRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AcceptAddressTransferRequest>
public String toString()
toString
in class Object
Object.toString()
public AcceptAddressTransferRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()