@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<CertificateInfo> |
getCertificatesInfo()
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
|
String |
getNextToken()
Indicates whether another page of certificates is available when the number of available certificates exceeds the
page limit.
|
int |
hashCode() |
void |
setCertificatesInfo(Collection<CertificateInfo> certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
|
void |
setNextToken(String nextToken)
Indicates whether another page of certificates is available when the number of available certificates exceeds the
page limit.
|
String |
toString()
Returns a string representation of this object.
|
ListCertificatesResult |
withCertificatesInfo(CertificateInfo... certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
|
ListCertificatesResult |
withCertificatesInfo(Collection<CertificateInfo> certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
|
ListCertificatesResult |
withNextToken(String nextToken)
Indicates whether another page of certificates is available when the number of available certificates exceeds the
page limit.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.
nextToken - Indicates whether another page of certificates is available when the number of available certificates
exceeds the page limit.public String getNextToken()
Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.
public ListCertificatesResult withNextToken(String nextToken)
Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.
nextToken - Indicates whether another page of certificates is available when the number of available certificates
exceeds the page limit.public List<CertificateInfo> getCertificatesInfo()
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
public void setCertificatesInfo(Collection<CertificateInfo> certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name, certificate
state.public ListCertificatesResult withCertificatesInfo(CertificateInfo... certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
NOTE: This method appends the values to the existing list (if any). Use
setCertificatesInfo(java.util.Collection) or withCertificatesInfo(java.util.Collection) if you
want to override the existing values.
certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name, certificate
state.public ListCertificatesResult withCertificatesInfo(Collection<CertificateInfo> certificatesInfo)
A list of certificates with basic details including certificate ID, certificate common name, certificate state.
certificatesInfo - A list of certificates with basic details including certificate ID, certificate common name, certificate
state.public String toString()
toString in class ObjectObject.toString()public ListCertificatesResult clone()