@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIpamResourceDiscoveryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateIpamResourceDiscoveryRequest>
NOOP
Constructor and Description |
---|
CreateIpamResourceDiscoveryRequest() |
Modifier and Type | Method and Description |
---|---|
CreateIpamResourceDiscoveryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A client token for the IPAM resource discovery.
|
String |
getDescription()
A description for the IPAM resource discovery.
|
Request<CreateIpamResourceDiscoveryRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<AddIpamOperatingRegion> |
getOperatingRegions()
Operating Regions for the IPAM resource discovery.
|
List<TagSpecification> |
getTagSpecifications()
Tag specifications for the IPAM resource discovery.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A client token for the IPAM resource discovery.
|
void |
setDescription(String description)
A description for the IPAM resource discovery.
|
void |
setOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
Operating Regions for the IPAM resource discovery.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
Tag specifications for the IPAM resource discovery.
|
String |
toString()
Returns a string representation of this object.
|
CreateIpamResourceDiscoveryRequest |
withClientToken(String clientToken)
A client token for the IPAM resource discovery.
|
CreateIpamResourceDiscoveryRequest |
withDescription(String description)
A description for the IPAM resource discovery.
|
CreateIpamResourceDiscoveryRequest |
withOperatingRegions(AddIpamOperatingRegion... operatingRegions)
Operating Regions for the IPAM resource discovery.
|
CreateIpamResourceDiscoveryRequest |
withOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
Operating Regions for the IPAM resource discovery.
|
CreateIpamResourceDiscoveryRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
Tag specifications for the IPAM resource discovery.
|
CreateIpamResourceDiscoveryRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
Tag specifications for the IPAM resource discovery.
|
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 resource discovery.
description
- A description for the IPAM resource discovery.public String getDescription()
A description for the IPAM resource discovery.
public CreateIpamResourceDiscoveryRequest withDescription(String description)
A description for the IPAM resource discovery.
description
- A description for the IPAM resource discovery.public List<AddIpamOperatingRegion> getOperatingRegions()
Operating Regions for the IPAM resource discovery. 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.
public void setOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
Operating Regions for the IPAM resource discovery. 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.
operatingRegions
- Operating Regions for the IPAM resource discovery. 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.public CreateIpamResourceDiscoveryRequest withOperatingRegions(AddIpamOperatingRegion... operatingRegions)
Operating Regions for the IPAM resource discovery. 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.
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
- Operating Regions for the IPAM resource discovery. 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.public CreateIpamResourceDiscoveryRequest withOperatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
Operating Regions for the IPAM resource discovery. 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.
operatingRegions
- Operating Regions for the IPAM resource discovery. 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.public List<TagSpecification> getTagSpecifications()
Tag specifications for the IPAM resource discovery.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
Tag specifications for the IPAM resource discovery.
tagSpecifications
- Tag specifications for the IPAM resource discovery.public CreateIpamResourceDiscoveryRequest withTagSpecifications(TagSpecification... tagSpecifications)
Tag specifications for the IPAM resource discovery.
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 specifications for the IPAM resource discovery.public CreateIpamResourceDiscoveryRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
Tag specifications for the IPAM resource discovery.
tagSpecifications
- Tag specifications for the IPAM resource discovery.public void setClientToken(String clientToken)
A client token for the IPAM resource discovery.
clientToken
- A client token for the IPAM resource discovery.public String getClientToken()
A client token for the IPAM resource discovery.
public CreateIpamResourceDiscoveryRequest withClientToken(String clientToken)
A client token for the IPAM resource discovery.
clientToken
- A client token for the IPAM resource discovery.public Request<CreateIpamResourceDiscoveryRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateIpamResourceDiscoveryRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateIpamResourceDiscoveryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()