@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.
|
String |
getNetworkBorderGroup()
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
List<TagSpecification> |
getTagSpecifications()
The key/value combination of a tag assigned to the resource.
|
int |
hashCode() |
void |
setNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
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 |
withNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is
assigned to is in.
|
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, withSdkRequestTimeout
public 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 void setNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
networkBorderGroup
- The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address
is assigned to is in. Defaults to an AZ network border group. For more information on available Local
Zones, see Local Zone
availability in the Amazon EC2 User Guide.public String getNetworkBorderGroup()
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
public CreatePublicIpv4PoolRequest withNetworkBorderGroup(String networkBorderGroup)
The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
networkBorderGroup
- The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address
is assigned to is in. Defaults to an AZ network border group. For more information on available Local
Zones, see Local Zone
availability in the Amazon EC2 User Guide.public Request<CreatePublicIpv4PoolRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreatePublicIpv4PoolRequest>
public String toString()
toString
in class Object
Object.toString()
public CreatePublicIpv4PoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()