@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePublicIpv4PoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreatePublicIpv4PoolRequest>
NOOP| Constructor and Description |
|---|
CreatePublicIpv4PoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreatePublicIpv4PoolRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<CreatePublicIpv4PoolRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<TagSpecification> |
getTagSpecifications()
The key/value combination of a tag assigned to the resource.
|
int |
hashCode() |
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreatePublicIpv4PoolRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreatePublicIpv4PoolRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
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, withSdkRequestTimeoutpublic List<TagSpecification> getTagSpecifications()
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.
Owner and the value TeamA, specify tag:Owner for the filter name
and TeamA for the filter value.public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
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 - 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 CreatePublicIpv4PoolRequest withTagSpecifications(TagSpecification... tagSpecifications)
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 - 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 CreatePublicIpv4PoolRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
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 - 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<CreatePublicIpv4PoolRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreatePublicIpv4PoolRequest>public String toString()
toString in class ObjectObject.toString()public CreatePublicIpv4PoolRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()