@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrustStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTrustStoreRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTrustStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ByteBuffer> |
getCertificateList()
A list of CA certificates to be added to the trust store.
|
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
List<Tag> |
getTags()
The tags to add to the trust store.
|
int |
hashCode() |
void |
setCertificateList(Collection<ByteBuffer> certificateList)
A list of CA certificates to be added to the trust store.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setTags(Collection<Tag> tags)
The tags to add to the trust store.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrustStoreRequest |
withCertificateList(ByteBuffer... certificateList)
A list of CA certificates to be added to the trust store.
|
CreateTrustStoreRequest |
withCertificateList(Collection<ByteBuffer> certificateList)
A list of CA certificates to be added to the trust store.
|
CreateTrustStoreRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTrustStoreRequest |
withTags(Collection<Tag> tags)
The tags to add to the trust store.
|
CreateTrustStoreRequest |
withTags(Tag... tags)
The tags to add to the trust store.
|
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<ByteBuffer> getCertificateList()
A list of CA certificates to be added to the trust store.
public void setCertificateList(Collection<ByteBuffer> certificateList)
A list of CA certificates to be added to the trust store.
certificateList
- A list of CA certificates to be added to the trust store.public CreateTrustStoreRequest withCertificateList(ByteBuffer... certificateList)
A list of CA certificates to be added to the trust store.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateList(java.util.Collection)
or withCertificateList(java.util.Collection)
if you
want to override the existing values.
certificateList
- A list of CA certificates to be added to the trust store.public CreateTrustStoreRequest withCertificateList(Collection<ByteBuffer> certificateList)
A list of CA certificates to be added to the trust store.
certificateList
- A list of CA certificates to be added to the trust store.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token returns the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public CreateTrustStoreRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token returns the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public List<Tag> getTags()
The tags to add to the trust store. A tag is a key-value pair.
public void setTags(Collection<Tag> tags)
The tags to add to the trust store. A tag is a key-value pair.
tags
- The tags to add to the trust store. A tag is a key-value pair.public CreateTrustStoreRequest withTags(Tag... tags)
The tags to add to the trust store. A tag is a key-value pair.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to add to the trust store. A tag is a key-value pair.public CreateTrustStoreRequest withTags(Collection<Tag> tags)
The tags to add to the trust store. A tag is a key-value pair.
tags
- The tags to add to the trust store. A tag is a key-value pair.public String toString()
toString
in class Object
Object.toString()
public CreateTrustStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()