@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 AWS 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 AWS account.
|
void |
setNextMarker(String nextMarker)
The current position within the list of CA certificates.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCACertificatesResult |
withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResult |
withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResult |
withNextMarker(String nextMarker)
The current position within the list of CA certificates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CACertificate> getCertificates()
The CA certificates registered in your AWS account.
public void setCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
certificates
- The CA certificates registered in your AWS account.public ListCACertificatesResult withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS 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 AWS account.public ListCACertificatesResult withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
certificates
- The CA certificates registered in your AWS 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 Object
Object.toString()
public ListCACertificatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.