@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVerifiedAccessInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateVerifiedAccessInstanceRequest>
NOOP
Constructor and Description |
---|
CreateVerifiedAccessInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVerifiedAccessInstanceRequest |
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 token that you provide to ensure idempotency of your modification request.
|
String |
getDescription()
A description for the Verified Access instance.
|
Request<CreateVerifiedAccessInstanceRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getFIPSEnabled()
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the Verified Access instance.
|
int |
hashCode() |
Boolean |
isFIPSEnabled()
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
void |
setDescription(String description)
A description for the Verified Access instance.
|
void |
setFIPSEnabled(Boolean fIPSEnabled)
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access instance.
|
String |
toString()
Returns a string representation of this object.
|
CreateVerifiedAccessInstanceRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
CreateVerifiedAccessInstanceRequest |
withDescription(String description)
A description for the Verified Access instance.
|
CreateVerifiedAccessInstanceRequest |
withFIPSEnabled(Boolean fIPSEnabled)
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
|
CreateVerifiedAccessInstanceRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access instance.
|
CreateVerifiedAccessInstanceRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Verified Access instance.
|
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 Verified Access instance.
description
- A description for the Verified Access instance.public String getDescription()
A description for the Verified Access instance.
public CreateVerifiedAccessInstanceRequest withDescription(String description)
A description for the Verified Access instance.
description
- A description for the Verified Access instance.public List<TagSpecification> getTagSpecifications()
The tags to assign to the Verified Access instance.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access instance.
tagSpecifications
- The tags to assign to the Verified Access instance.public CreateVerifiedAccessInstanceRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Verified Access instance.
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 tags to assign to the Verified Access instance.public CreateVerifiedAccessInstanceRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access instance.
tagSpecifications
- The tags to assign to the Verified Access instance.public void setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring idempotency.public String getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
public CreateVerifiedAccessInstanceRequest withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring idempotency.public void setFIPSEnabled(Boolean fIPSEnabled)
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
fIPSEnabled
- Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.public Boolean getFIPSEnabled()
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
public CreateVerifiedAccessInstanceRequest withFIPSEnabled(Boolean fIPSEnabled)
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
fIPSEnabled
- Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.public Boolean isFIPSEnabled()
Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.
public Request<CreateVerifiedAccessInstanceRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateVerifiedAccessInstanceRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateVerifiedAccessInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()