@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrustStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTrustStoreRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTrustStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ByteBuffer> |
getCertificatesToAdd()
A list of CA certificates to add to the trust store.
|
List<String> |
getCertificatesToDelete()
A list of CA certificates to delete from a trust store.
|
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getTrustStoreArn()
The ARN of the trust store.
|
int |
hashCode() |
void |
setCertificatesToAdd(Collection<ByteBuffer> certificatesToAdd)
A list of CA certificates to add to the trust store.
|
void |
setCertificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrustStoreRequest |
withCertificatesToAdd(ByteBuffer... certificatesToAdd)
A list of CA certificates to add to the trust store.
|
UpdateTrustStoreRequest |
withCertificatesToAdd(Collection<ByteBuffer> certificatesToAdd)
A list of CA certificates to add to the trust store.
|
UpdateTrustStoreRequest |
withCertificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
UpdateTrustStoreRequest |
withCertificatesToDelete(String... certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
UpdateTrustStoreRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateTrustStoreRequest |
withTrustStoreArn(String trustStoreArn)
The ARN of 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> getCertificatesToAdd()
A list of CA certificates to add to the trust store.
public void setCertificatesToAdd(Collection<ByteBuffer> certificatesToAdd)
A list of CA certificates to add to the trust store.
certificatesToAdd
- A list of CA certificates to add to the trust store.public UpdateTrustStoreRequest withCertificatesToAdd(ByteBuffer... certificatesToAdd)
A list of CA certificates to add to the trust store.
NOTE: This method appends the values to the existing list (if any). Use
setCertificatesToAdd(java.util.Collection)
or withCertificatesToAdd(java.util.Collection)
if
you want to override the existing values.
certificatesToAdd
- A list of CA certificates to add to the trust store.public UpdateTrustStoreRequest withCertificatesToAdd(Collection<ByteBuffer> certificatesToAdd)
A list of CA certificates to add to the trust store.
certificatesToAdd
- A list of CA certificates to add to the trust store.public List<String> getCertificatesToDelete()
A list of CA certificates to delete from a trust store.
public void setCertificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
certificatesToDelete
- A list of CA certificates to delete from a trust store.public UpdateTrustStoreRequest withCertificatesToDelete(String... certificatesToDelete)
A list of CA certificates to delete from a trust store.
NOTE: This method appends the values to the existing list (if any). Use
setCertificatesToDelete(java.util.Collection)
or withCertificatesToDelete(java.util.Collection)
if you want to override the existing values.
certificatesToDelete
- A list of CA certificates to delete from a trust store.public UpdateTrustStoreRequest withCertificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
certificatesToDelete
- A list of CA certificates to delete from a 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 return 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 return 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 return 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 UpdateTrustStoreRequest 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 return 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 return 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 void setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn
- The ARN of the trust store.public String getTrustStoreArn()
The ARN of the trust store.
public UpdateTrustStoreRequest withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn
- The ARN of the trust store.public String toString()
toString
in class Object
Object.toString()
public UpdateTrustStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()