@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIpamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateIpamRequest>
NOOP
Constructor and Description |
---|
CreateIpamRequest() |
Modifier and Type | Method and Description |
---|---|
CreateIpamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
A description for the IPAM.
|
Request<CreateIpamRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<AddIpamOperatingRegion> |
getOperatingRegions()
The operating Regions for the IPAM.
|
List<TagSpecification> |
getTagSpecifications()
The key/value combination of a tag assigned to the resource.
|
String |
getTier()
IPAM is offered in a Free Tier and an Advanced Tier.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
A description for the IPAM.
|
void |
setOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
The operating Regions for the IPAM.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
void |
setTier(String tier)
IPAM is offered in a Free Tier and an Advanced Tier.
|
String |
toString()
Returns a string representation of this object.
|
CreateIpamRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamRequest |
withDescription(String description)
A description for the IPAM.
|
CreateIpamRequest |
withOperatingRegions(AddIpamOperatingRegion... operatingRegions)
The operating Regions for the IPAM.
|
CreateIpamRequest |
withOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
The operating Regions for the IPAM.
|
CreateIpamRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamRequest |
withTier(IpamTier tier)
IPAM is offered in a Free Tier and an Advanced Tier.
|
CreateIpamRequest |
withTier(String tier)
IPAM is offered in a Free Tier and an Advanced Tier.
|
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 setDescription(String description)
A description for the IPAM.
description
- A description for the IPAM.public String getDescription()
A description for the IPAM.
public CreateIpamRequest withDescription(String description)
A description for the IPAM.
description
- A description for the IPAM.public List<AddIpamOperatingRegion> getOperatingRegions()
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
public void setOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
operatingRegions
- The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is
allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services
Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
public CreateIpamRequest withOperatingRegions(AddIpamOperatingRegion... operatingRegions)
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setOperatingRegions(java.util.Collection)
or withOperatingRegions(java.util.Collection)
if you
want to override the existing values.
operatingRegions
- The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is
allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services
Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
public CreateIpamRequest withOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
operatingRegions
- The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is
allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services
Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
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 CreateIpamRequest 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 CreateIpamRequest 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 setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
public CreateIpamRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring idempotency.public void setTier(String tier)
IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
tier
- IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in
each tier and the costs associated with the tiers, see Amazon
VPC pricing > IPAM tab.IpamTier
public String getTier()
IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
IpamTier
public CreateIpamRequest withTier(String tier)
IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
tier
- IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in
each tier and the costs associated with the tiers, see Amazon
VPC pricing > IPAM tab.IpamTier
public CreateIpamRequest withTier(IpamTier tier)
IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
tier
- IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in
each tier and the costs associated with the tiers, see Amazon
VPC pricing > IPAM tab.IpamTier
public Request<CreateIpamRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateIpamRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateIpamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()