* The pagination token. *
*/ private String marker; /** ** The Secure Sockets Layer (SSL) certificates associated with the replication instance. *
*/ private java.util.List* The pagination token. *
* * @param marker * The pagination token. */ public void setMarker(String marker) { this.marker = marker; } /** ** The pagination token. *
* * @return The pagination token. */ public String getMarker() { return this.marker; } /** ** The pagination token. *
* * @param marker * The pagination token. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeCertificatesResult withMarker(String marker) { setMarker(marker); return this; } /** ** The Secure Sockets Layer (SSL) certificates associated with the replication instance. *
* * @return The Secure Sockets Layer (SSL) certificates associated with the replication instance. */ public java.util.List* The Secure Sockets Layer (SSL) certificates associated with the replication instance. *
* * @param certificates * The Secure Sockets Layer (SSL) certificates associated with the replication instance. */ public void setCertificates(java.util.Collection* The Secure Sockets Layer (SSL) certificates associated with the replication instance. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to * override the existing values. *
* * @param certificates * The Secure Sockets Layer (SSL) certificates associated with the replication instance. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeCertificatesResult withCertificates(Certificate... certificates) { if (this.certificates == null) { setCertificates(new java.util.ArrayList* The Secure Sockets Layer (SSL) certificates associated with the replication instance. *
* * @param certificates * The Secure Sockets Layer (SSL) certificates associated with the replication instance. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeCertificatesResult withCertificates(java.util.Collection