@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<CertificateSummary> |
getCertificates()
An object that describes certificates.
|
String |
getNextPageToken()
If
NextPageToken is returned there are more results available. |
int |
hashCode() |
void |
setCertificates(Collection<CertificateSummary> certificates)
An object that describes certificates.
|
void |
setNextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
String |
toString()
Returns a string representation of this object.
|
GetCertificatesResult |
withCertificates(CertificateSummary... certificates)
An object that describes certificates.
|
GetCertificatesResult |
withCertificates(Collection<CertificateSummary> certificates)
An object that describes certificates.
|
GetCertificatesResult |
withNextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CertificateSummary> getCertificates()
An object that describes certificates.
public void setCertificates(Collection<CertificateSummary> certificates)
An object that describes certificates.
certificates - An object that describes certificates.public GetCertificatesResult withCertificates(CertificateSummary... certificates)
An object that describes 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 - An object that describes certificates.public GetCertificatesResult withCertificates(Collection<CertificateSummary> certificates)
An object that describes certificates.
certificates - An object that describes certificates.public void setNextPageToken(String nextPageToken)
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.
nextPageToken - If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public String getNextPageToken()
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.
NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public GetCertificatesResult withNextPageToken(String nextPageToken)
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.
nextPageToken - If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public String toString()
toString in class ObjectObject.toString()public GetCertificatesResult clone()