@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) |
String |
getCaCertificatesBundleS3Bucket()
The Amazon S3 bucket for the ca certificates bundle.
|
String |
getCaCertificatesBundleS3Key()
The Amazon S3 path for the ca certificates bundle.
|
String |
getCaCertificatesBundleS3ObjectVersion()
The Amazon S3 object version for the ca certificates bundle.
|
String |
getName()
The name of the trust store.
|
List<Tag> |
getTags()
The tags to assign to the trust store.
|
int |
hashCode() |
void |
setCaCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket)
The Amazon S3 bucket for the ca certificates bundle.
|
void |
setCaCertificatesBundleS3Key(String caCertificatesBundleS3Key)
The Amazon S3 path for the ca certificates bundle.
|
void |
setCaCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion)
The Amazon S3 object version for the ca certificates bundle.
|
void |
setName(String name)
The name of the trust store.
|
void |
setTags(Collection<Tag> tags)
The tags to assign to the trust store.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrustStoreRequest |
withCaCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket)
The Amazon S3 bucket for the ca certificates bundle.
|
CreateTrustStoreRequest |
withCaCertificatesBundleS3Key(String caCertificatesBundleS3Key)
The Amazon S3 path for the ca certificates bundle.
|
CreateTrustStoreRequest |
withCaCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion)
The Amazon S3 object version for the ca certificates bundle.
|
CreateTrustStoreRequest |
withName(String name)
The name of the trust store.
|
CreateTrustStoreRequest |
withTags(Collection<Tag> tags)
The tags to assign to the trust store.
|
CreateTrustStoreRequest |
withTags(Tag... tags)
The tags to assign 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 void setName(String name)
The name of the trust store.
This name must be unique per region and cannot be changed after creation.
name
- The name of the trust store.
This name must be unique per region and cannot be changed after creation.
public String getName()
The name of the trust store.
This name must be unique per region and cannot be changed after creation.
This name must be unique per region and cannot be changed after creation.
public CreateTrustStoreRequest withName(String name)
The name of the trust store.
This name must be unique per region and cannot be changed after creation.
name
- The name of the trust store.
This name must be unique per region and cannot be changed after creation.
public void setCaCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket)
The Amazon S3 bucket for the ca certificates bundle.
caCertificatesBundleS3Bucket
- The Amazon S3 bucket for the ca certificates bundle.public String getCaCertificatesBundleS3Bucket()
The Amazon S3 bucket for the ca certificates bundle.
public CreateTrustStoreRequest withCaCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket)
The Amazon S3 bucket for the ca certificates bundle.
caCertificatesBundleS3Bucket
- The Amazon S3 bucket for the ca certificates bundle.public void setCaCertificatesBundleS3Key(String caCertificatesBundleS3Key)
The Amazon S3 path for the ca certificates bundle.
caCertificatesBundleS3Key
- The Amazon S3 path for the ca certificates bundle.public String getCaCertificatesBundleS3Key()
The Amazon S3 path for the ca certificates bundle.
public CreateTrustStoreRequest withCaCertificatesBundleS3Key(String caCertificatesBundleS3Key)
The Amazon S3 path for the ca certificates bundle.
caCertificatesBundleS3Key
- The Amazon S3 path for the ca certificates bundle.public void setCaCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion)
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
caCertificatesBundleS3ObjectVersion
- The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.public String getCaCertificatesBundleS3ObjectVersion()
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
public CreateTrustStoreRequest withCaCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion)
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
caCertificatesBundleS3ObjectVersion
- The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.public List<Tag> getTags()
The tags to assign to the trust store.
public void setTags(Collection<Tag> tags)
The tags to assign to the trust store.
tags
- The tags to assign to the trust store.public CreateTrustStoreRequest withTags(Tag... tags)
The tags to assign to the trust store.
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 assign to the trust store.public CreateTrustStoreRequest withTags(Collection<Tag> tags)
The tags to assign to the trust store.
tags
- The tags to assign to the trust store.public String toString()
toString
in class Object
Object.toString()
public CreateTrustStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()