public class ListCertificatesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<CertificateSummary> |
certificateSummaryList
A list of the certificate ARNs.
|
private java.lang.String |
nextToken
If the list has been truncated, this value is present and should be used
for the
NextToken input parameter on your next call to
ListCertificates . |
Constructor and Description |
---|
ListCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<CertificateSummary> |
getCertificateSummaryList()
A list of the certificate ARNs.
|
java.lang.String |
getNextToken()
If the list has been truncated, this value is present and should be used
for the
NextToken input parameter on your next call to
ListCertificates . |
int |
hashCode() |
void |
setCertificateSummaryList(java.util.Collection<CertificateSummary> certificateSummaryList)
A list of the certificate ARNs.
|
void |
setNextToken(java.lang.String nextToken)
If the list has been truncated, this value is present and should be used
for the
NextToken input parameter on your next call to
ListCertificates . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCertificatesResult |
withCertificateSummaryList(CertificateSummary... certificateSummaryList)
A list of the certificate ARNs.
|
ListCertificatesResult |
withCertificateSummaryList(java.util.Collection<CertificateSummary> certificateSummaryList)
A list of the certificate ARNs.
|
ListCertificatesResult |
withNextToken(java.lang.String nextToken)
If the list has been truncated, this value is present and should be used
for the
NextToken input parameter on your next call to
ListCertificates . |
private java.lang.String nextToken
If the list has been truncated, this value is present and should be used
for the NextToken
input parameter on your next call to
ListCertificates
.
private java.util.List<CertificateSummary> certificateSummaryList
A list of the certificate ARNs.
public void setNextToken(java.lang.String nextToken)
If the list has been truncated, this value is present and should be used
for the NextToken
input parameter on your next call to
ListCertificates
.
nextToken
- If the list has been truncated, this value is present and should
be used for the NextToken
input parameter on your
next call to ListCertificates
.public java.lang.String getNextToken()
If the list has been truncated, this value is present and should be used
for the NextToken
input parameter on your next call to
ListCertificates
.
NextToken
input parameter on your
next call to ListCertificates
.public ListCertificatesResult withNextToken(java.lang.String nextToken)
If the list has been truncated, this value is present and should be used
for the NextToken
input parameter on your next call to
ListCertificates
.
nextToken
- If the list has been truncated, this value is present and should
be used for the NextToken
input parameter on your
next call to ListCertificates
.public java.util.List<CertificateSummary> getCertificateSummaryList()
A list of the certificate ARNs.
public void setCertificateSummaryList(java.util.Collection<CertificateSummary> certificateSummaryList)
A list of the certificate ARNs.
certificateSummaryList
- A list of the certificate ARNs.public ListCertificatesResult withCertificateSummaryList(CertificateSummary... certificateSummaryList)
A list of the certificate ARNs.
NOTE: This method appends the values to the existing list (if
any). Use setCertificateSummaryList(java.util.Collection)
or
withCertificateSummaryList(java.util.Collection)
if you want to
override the existing values.
certificateSummaryList
- A list of the certificate ARNs.public ListCertificatesResult withCertificateSummaryList(java.util.Collection<CertificateSummary> certificateSummaryList)
A list of the certificate ARNs.
certificateSummaryList
- A list of the certificate ARNs.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListCertificatesResult clone()
clone
in class java.lang.Object