public class ListCACertificatesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCACertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCACertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<CACertificate> |
getCertificates() |
String |
getNextMarker() |
int |
hashCode() |
void |
setCertificates(Collection<CACertificate> certificates) |
void |
setNextMarker(String nextMarker) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCACertificatesResult |
withCertificates(CACertificate... certificates)
NOTE: This method appends the values to the existing list (if
any).
|
ListCACertificatesResult |
withCertificates(Collection<CACertificate> certificates) |
ListCACertificatesResult |
withNextMarker(String nextMarker) |
public List<CACertificate> getCertificates()
public void setCertificates(Collection<CACertificate> certificates)
certificates - public ListCACertificatesResult withCertificates(CACertificate... certificates)
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 - public ListCACertificatesResult withCertificates(Collection<CACertificate> certificates)
certificates - public void setNextMarker(String nextMarker)
nextMarker - public String getNextMarker()
public ListCACertificatesResult withNextMarker(String nextMarker)
nextMarker - public String toString()
toString in class ObjectObject.toString()public ListCACertificatesResult clone()
Copyright © 2016. All rights reserved.