@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCACertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output from the ListCACertificates operation.
| Constructor and Description |
|---|
ListCACertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCACertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<CACertificate> |
getCertificates()
The CA certificates registered in your Amazon Web Services account.
|
String |
getNextMarker()
The current position within the list of CA certificates.
|
int |
hashCode() |
void |
setCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your Amazon Web Services account.
|
void |
setNextMarker(String nextMarker)
The current position within the list of CA certificates.
|
String |
toString()
Returns a string representation of this object.
|
ListCACertificatesResult |
withCertificates(CACertificate... certificates)
The CA certificates registered in your Amazon Web Services account.
|
ListCACertificatesResult |
withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your Amazon Web Services account.
|
ListCACertificatesResult |
withNextMarker(String nextMarker)
The current position within the list of CA certificates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CACertificate> getCertificates()
The CA certificates registered in your Amazon Web Services account.
public void setCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your Amazon Web Services account.
certificates - The CA certificates registered in your Amazon Web Services account.public ListCACertificatesResult withCertificates(CACertificate... certificates)
The CA certificates registered in your Amazon Web Services account.
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 CA certificates registered in your Amazon Web Services account.public ListCACertificatesResult withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your Amazon Web Services account.
certificates - The CA certificates registered in your Amazon Web Services account.public void setNextMarker(String nextMarker)
The current position within the list of CA certificates.
nextMarker - The current position within the list of CA certificates.public String getNextMarker()
The current position within the list of CA certificates.
public ListCACertificatesResult withNextMarker(String nextMarker)
The current position within the list of CA certificates.
nextMarker - The current position within the list of CA certificates.public String toString()
toString in class ObjectObject.toString()public ListCACertificatesResult clone()