public class ListOutgoingCertificatesResult extends Object implements Serializable
The output from the ListOutgoingCertificates operation.
| Constructor and Description |
|---|
ListOutgoingCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextMarker()
The marker for the next set of results.
|
List<OutgoingCertificate> |
getOutgoingCertificates()
The certificates that are being transfered but not yet accepted.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
The marker for the next set of results.
|
void |
setOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOutgoingCertificatesResult |
withNextMarker(String nextMarker)
The marker for the next set of results.
|
ListOutgoingCertificatesResult |
withOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
ListOutgoingCertificatesResult |
withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
public List<OutgoingCertificate> getOutgoingCertificates()
The certificates that are being transfered but not yet accepted.
The certificates that are being transfered but not yet accepted.
public void setOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transfered but not yet accepted.
outgoingCertificates - The certificates that are being transfered but not yet accepted.
public ListOutgoingCertificatesResult withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
Returns a reference to this object so that method calls can be chained together.
outgoingCertificates - The certificates that are being transfered but not yet accepted.
public ListOutgoingCertificatesResult withOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transfered but not yet accepted.
Returns a reference to this object so that method calls can be chained together.
outgoingCertificates - The certificates that are being transfered but not yet accepted.
public String getNextMarker()
The marker for the next set of results.
The marker for the next set of results.
public void setNextMarker(String nextMarker)
The marker for the next set of results.
nextMarker - The marker for the next set of results.
public ListOutgoingCertificatesResult withNextMarker(String nextMarker)
The marker for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextMarker - The marker for the next set of results.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.