public class DescribeCertificatesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The SSL certificates associated with the replication instance.
|
String |
getMarker()
The pagination token.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The 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 SSL certificates associated with the replication instance.
|
DescribeCertificatesResult |
withCertificates(Collection<Certificate> certificates)
The SSL certificates associated with the replication instance.
|
DescribeCertificatesResult |
withMarker(String marker)
The pagination token.
|
public 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 SSL certificates associated with the replication instance.
public void setCertificates(Collection<Certificate> certificates)
The SSL certificates associated with the replication instance.
certificates - The SSL certificates associated with the replication instance.public DescribeCertificatesResult withCertificates(Certificate... certificates)
The 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 SSL certificates associated with the replication instance.public DescribeCertificatesResult withCertificates(Collection<Certificate> certificates)
The SSL certificates associated with the replication instance.
certificates - The SSL certificates associated with the replication instance.public String toString()
toString in class ObjectObject.toString()public DescribeCertificatesResult clone()
Copyright © 2016. All rights reserved.