@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
ImportCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateIdentifier()
The customer-assigned name of the certificate.
|
String |
getCertificatePem()
The contents of the .pem X.509 certificate file for the certificate.
|
ByteBuffer |
getCertificateWallet()
The location of the imported Oracle Wallet certificate for use with SSL.
|
List<Tag> |
getTags()
The tags associated with the certificate.
|
int |
hashCode() |
void |
setCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate.
|
void |
setCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file for the certificate.
|
void |
setCertificateWallet(ByteBuffer certificateWallet)
The location of the imported Oracle Wallet certificate for use with SSL.
|
void |
setTags(Collection<Tag> tags)
The tags associated with the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImportCertificateRequest |
withCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate.
|
ImportCertificateRequest |
withCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file for the certificate.
|
ImportCertificateRequest |
withCertificateWallet(ByteBuffer certificateWallet)
The location of the imported Oracle Wallet certificate for use with SSL.
|
ImportCertificateRequest |
withTags(Collection<Tag> tags)
The tags associated with the certificate.
|
ImportCertificateRequest |
withTags(Tag... tags)
The tags associated with the certificate.
|
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 setCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
certificateIdentifier
- The customer-assigned name of the certificate. Valid characters are A-z and 0-9.public String getCertificateIdentifier()
The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
public ImportCertificateRequest withCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
certificateIdentifier
- The customer-assigned name of the certificate. Valid characters are A-z and 0-9.public void setCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file for the certificate.
certificatePem
- The contents of the .pem X.509 certificate file for the certificate.public String getCertificatePem()
The contents of the .pem X.509 certificate file for the certificate.
public ImportCertificateRequest withCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file for the certificate.
certificatePem
- The contents of the .pem X.509 certificate file for the certificate.public void setCertificateWallet(ByteBuffer certificateWallet)
The location of the imported Oracle Wallet certificate for use with SSL.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
certificateWallet
- The location of the imported Oracle Wallet certificate for use with SSL.public ByteBuffer getCertificateWallet()
The location of the imported Oracle Wallet certificate for use with SSL.
ByteBuffer
s are stateful. Calling their get
methods changes their position
. We recommend
using ByteBuffer.asReadOnlyBuffer()
to create a read-only view of the buffer with an independent
position
, and calling get
methods on this rather than directly on the returned ByteBuffer
.
Doing so will ensure that anyone else using the ByteBuffer
will not be affected by changes to the
position
.
public ImportCertificateRequest withCertificateWallet(ByteBuffer certificateWallet)
The location of the imported Oracle Wallet certificate for use with SSL.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
certificateWallet
- The location of the imported Oracle Wallet certificate for use with SSL.public List<Tag> getTags()
The tags associated with the certificate.
public void setTags(Collection<Tag> tags)
The tags associated with the certificate.
tags
- The tags associated with the certificate.public ImportCertificateRequest withTags(Tag... tags)
The tags associated with the certificate.
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 associated with the certificate.public ImportCertificateRequest withTags(Collection<Tag> tags)
The tags associated with the certificate.
tags
- The tags associated with the certificate.public String toString()
toString
in class Object
Object.toString()
public ImportCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.