Class ListCertificatesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of the certificate ARNs.If the list has been truncated, this value is present and should be used for theNextToken
input parameter on your next call toListCertificates
.int
hashCode()
void
setCertificateSummaryList
(Collection<CertificateSummary> certificateSummaryList) A list of the certificate ARNs.void
setNextToken
(String nextToken) If the list has been truncated, this value is present and should be used for theNextToken
input parameter on your next call toListCertificates
.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateSummaryList
(CertificateSummary... certificateSummaryList) A list of the certificate ARNs.withCertificateSummaryList
(Collection<CertificateSummary> certificateSummaryList) A list of the certificate ARNs.withNextToken
(String nextToken) If the list has been truncated, this value is present and should be used for theNextToken
input parameter on your next call toListCertificates
.
-
Constructor Details
-
ListCertificatesResult
public ListCertificatesResult()
-
-
Method Details
-
setNextToken
If the list has been truncated, this value is present and should be used for the
NextToken
input parameter on your next call toListCertificates
.- Parameters:
nextToken
- If the list has been truncated, this value is present and should be used for theNextToken
input parameter on your next call toListCertificates
.
-
getNextToken
If the list has been truncated, this value is present and should be used for the
NextToken
input parameter on your next call toListCertificates
.- Returns:
- If the list has been truncated, this value is present and should
be used for the
NextToken
input parameter on your next call toListCertificates
.
-
withNextToken
If the list has been truncated, this value is present and should be used for the
NextToken
input parameter on your next call toListCertificates
.- Parameters:
nextToken
- If the list has been truncated, this value is present and should be used for theNextToken
input parameter on your next call toListCertificates
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getCertificateSummaryList
A list of the certificate ARNs.
- Returns:
- A list of the certificate ARNs.
-
setCertificateSummaryList
A list of the certificate ARNs.
- Parameters:
certificateSummaryList
- A list of the certificate ARNs.
-
withCertificateSummaryList
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)
orwithCertificateSummaryList(java.util.Collection)
if you want to override the existing values.- Parameters:
certificateSummaryList
- A list of the certificate ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCertificateSummaryList
public ListCertificatesResult withCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList) A list of the certificate ARNs.
- Parameters:
certificateSummaryList
- A list of the certificate ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-