public class ListCertificatesByCAResult
extends java.lang.Object
implements java.io.Serializable
The output of the ListCertificatesByCA operation.
Constructor and Description |
---|
ListCertificatesByCAResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Certificate> |
getCertificates()
The device certificates signed by the specified CA certificate.
|
java.lang.String |
getNextMarker()
The marker for the next set of results, or null if there are no
additional results.
|
int |
hashCode() |
void |
setCertificates(java.util.Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
void |
setNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
java.lang.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(java.util.Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
|
ListCertificatesByCAResult |
withNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no
additional results.
|
public java.util.List<Certificate> getCertificates()
The device certificates signed by the specified CA certificate.
The device certificates signed by the specified CA certificate.
public void setCertificates(java.util.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.
Returns a reference to this object so that method calls can be chained together.
certificates
- The device certificates signed by the specified CA certificate.
public ListCertificatesByCAResult withCertificates(java.util.Collection<Certificate> certificates)
The device certificates signed by the specified CA certificate.
Returns a reference to this object so that method calls can be chained together.
certificates
- The device certificates signed by the specified CA certificate.
public java.lang.String getNextMarker()
The marker for the next set of results, or null if there are no additional results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The marker for the next set of results, or null if there are no additional results.
public void setNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no additional results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The marker for the next set of results, or null if there are no additional results.
public ListCertificatesByCAResult withNextMarker(java.lang.String nextMarker)
The marker for the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The marker for the next set of results, or null if there are no additional results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.