@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
String |
getMarker()
The pagination token.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
void |
setMarker(String marker)
The pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeCertificatesResult |
withCertificates(Certificate... certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
DescribeCertificatesResult |
withCertificates(Collection<Certificate> certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
|
DescribeCertificatesResult |
withMarker(String marker)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMarker(String marker)
The pagination token.
marker - The pagination token.public String getMarker()
The pagination token.
public DescribeCertificatesResult withMarker(String marker)
The pagination token.
marker - The pagination token.public List<Certificate> getCertificates()
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
public void setCertificates(Collection<Certificate> certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
certificates - The Secure Sockets Layer (SSL) certificates associated with the replication instance.public DescribeCertificatesResult withCertificates(Certificate... certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
NOTE: This method appends the values to the existing list (if any). Use
setCertificates(java.util.Collection) or withCertificates(java.util.Collection) if you want to
override the existing values.
certificates - The Secure Sockets Layer (SSL) certificates associated with the replication instance.public DescribeCertificatesResult withCertificates(Collection<Certificate> certificates)
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
certificates - The Secure Sockets Layer (SSL) certificates associated with the replication instance.public String toString()
toString in class ObjectObject.toString()public DescribeCertificatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.