@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesByCAResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output of the ListCertificatesByCA operation.
Constructor and Description |
---|
ListCertificatesByCAResult() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCAResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The device certificates signed by the specified CA certificate.
|
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 device certificates signed by the specified CA certificate.
|
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.
|
ListCertificatesByCAResult |
withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
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 device certificates signed by the specified CA certificate.
public void setCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
certificates
- The device certificates signed by the specified CA certificate.public ListCertificatesByCAResult withCertificates(Certificate... certificates)
The device certificates signed by the specified CA certificate.
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 device certificates signed by the specified CA certificate.public ListCertificatesByCAResult withCertificates(Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
certificates
- The device certificates signed by the specified CA certificate.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 ListCertificatesByCAResult 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 ListCertificatesByCAResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.