@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIpamExternalResourceVerificationTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateIpamExternalResourceVerificationTokenRequest>
NOOP
Constructor and Description |
---|
CreateIpamExternalResourceVerificationTokenRequest() |
Modifier and Type | Method and Description |
---|---|
CreateIpamExternalResourceVerificationTokenRequest |
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.
|
Request<CreateIpamExternalResourceVerificationTokenRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpamId()
The ID of the IPAM that will create the token.
|
List<TagSpecification> |
getTagSpecifications()
Token tags.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setIpamId(String ipamId)
The ID of the IPAM that will create the token.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
Token tags.
|
String |
toString()
Returns a string representation of this object.
|
CreateIpamExternalResourceVerificationTokenRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamExternalResourceVerificationTokenRequest |
withIpamId(String ipamId)
The ID of the IPAM that will create the token.
|
CreateIpamExternalResourceVerificationTokenRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
Token tags.
|
CreateIpamExternalResourceVerificationTokenRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
Token tags.
|
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 CreateIpamExternalResourceVerificationTokenRequest()
public void setIpamId(String ipamId)
The ID of the IPAM that will create the token.
ipamId
- The ID of the IPAM that will create the token.public String getIpamId()
The ID of the IPAM that will create the token.
public CreateIpamExternalResourceVerificationTokenRequest withIpamId(String ipamId)
The ID of the IPAM that will create the token.
ipamId
- The ID of the IPAM that will create the token.public List<TagSpecification> getTagSpecifications()
Token tags.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
Token tags.
tagSpecifications
- Token tags.public CreateIpamExternalResourceVerificationTokenRequest withTagSpecifications(TagSpecification... tagSpecifications)
Token tags.
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
- Token tags.public CreateIpamExternalResourceVerificationTokenRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
Token tags.
tagSpecifications
- Token tags.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 CreateIpamExternalResourceVerificationTokenRequest 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 Request<CreateIpamExternalResourceVerificationTokenRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateIpamExternalResourceVerificationTokenRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateIpamExternalResourceVerificationTokenRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()