public class ListCertificatesResult
extends java.lang.Object
implements java.io.Serializable
The output of the ListCertificates operation.
| Constructor and Description |
|---|
ListCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Certificate> |
getCertificates()
The descriptions of the certificates.
|
java.lang.String |
getNextMarker()
The marker for the next set of results, or null if there are no
additional results.
|
int |
hashCode() |
void |
setCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
|
void |
setNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCertificatesResult |
withCertificates(Certificate... certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
withCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
withNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
public java.util.List<Certificate> getCertificates()
The descriptions of the certificates.
The descriptions of the certificates.
public void setCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
certificates - The descriptions of the certificates.
public ListCertificatesResult withCertificates(Certificate... certificates)
The descriptions of the certificates.
Returns a reference to this object so that method calls can be chained together.
certificates - The descriptions of the certificates.
public ListCertificatesResult withCertificates(java.util.Collection<Certificate> certificates)
The descriptions of the certificates.
Returns a reference to this object so that method calls can be chained together.
certificates - The descriptions of the certificates.
public java.lang.String getNextMarker()
The marker for the next set of results, or null if there are no additional results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The marker for the next set of results, or null if there are no additional results.
public void setNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no additional results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker - The marker for the next set of results, or null if there are no additional results.
public ListCertificatesResult withNextMarker(java.lang.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.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker - The marker for the next set of results, or null if there are no additional results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.