public class ListCACertificatesResult extends Object implements Serializable
The output from the ListCACertificates operation.
| Constructor and Description |
|---|
ListCACertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public List<CACertificate> getCertificates()
The CA certificates registered in your AWS account.
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.
Returns a reference to this object so that method calls can be chained together.
certificates - The CA certificates registered in your AWS account.
public ListCACertificatesResult withCertificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
Returns a reference to this object so that method calls can be chained together.
certificates - The CA certificates registered in your AWS account.
public String getNextMarker()
The current position within the list of CA certificates.
The current position within the list of CA certificates.
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 ListCACertificatesResult withNextMarker(String nextMarker)
The current position within the list of CA certificates.
Returns a reference to this object so that method calls can be chained together.
nextMarker - The current position within the list of CA certificates.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.