@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output of the ListCertificates operation.
Constructor and Description |
---|
ListCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The descriptions of the certificates.
|
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 descriptions of the certificates.
|
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.
|
ListCertificatesResult |
withCertificates(Certificate... certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
withCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.
|
ListCertificatesResult |
withNextMarker(String nextMarker)
The marker for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Certificate> getCertificates()
The descriptions of the certificates.
public void setCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.
certificates
- The descriptions of the certificates.public ListCertificatesResult withCertificates(Certificate... certificates)
The descriptions of the 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
- The descriptions of the certificates.public ListCertificatesResult withCertificates(Collection<Certificate> certificates)
The descriptions of the certificates.
certificates
- The descriptions of the certificates.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 String getNextMarker()
The marker for the next set of results, or null if there are no additional results.
public ListCertificatesResult withNextMarker(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 String toString()
toString
in class Object
Object.toString()
public ListCertificatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.