public class ListCertificatesByCAResult extends Object implements Serializable
The output of the ListCertificatesByCA operation.
| Constructor and Description |
|---|
ListCertificatesByCAResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The device certificates signed by the specified CA certificate.
|
String |
getNextMarker()
The marker for the next set of results, or null if there are no
additional results.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
void |
setNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCertificatesByCAResult |
withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
public List<Certificate> getCertificates()
The device certificates signed by the specified CA certificate.
The device certificates signed by the specified CA certificate.
public void setCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
certificates - The device certificates signed by the specified CA certificate.
public ListCertificatesByCAResult withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
Returns a reference to this object so that method calls can be chained together.
certificates - The device certificates signed by the specified CA certificate.
public ListCertificatesByCAResult withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
Returns a reference to this object so that method calls can be chained together.
certificates - The device certificates signed by the specified CA certificate.
public String getNextMarker()
The marker for the next set of results, or null if there are no additional results.
The marker for the next set of results, or null if there are no additional results.
public void setNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
nextMarker - The marker for the next set of results, or null if there are no additional results.
public ListCertificatesByCAResult withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextMarker - The marker for the next set of results, or null if there are no additional results.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.