public class ListOutgoingCertificatesResult extends Object implements Serializable, Cloneable
The output from the ListOutgoingCertificates operation.
Constructor and Description |
---|
ListOutgoingCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
ListOutgoingCertificatesResult |
clone() |
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.
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.
NOTE: This method appends the values to the existing list (if
any). Use setOutgoingCertificates(java.util.Collection)
or
withOutgoingCertificates(java.util.Collection)
if you want to
override the existing values.
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.
outgoingCertificates
- The certificates that are being transfered but not yet accepted.public void setNextMarker(String nextMarker)
The marker for the next set of results.
nextMarker
- The marker for the next set of results.public String getNextMarker()
The marker for the next set of results.
public ListOutgoingCertificatesResult withNextMarker(String nextMarker)
The marker for the next set of results.
nextMarker
- The marker for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListOutgoingCertificatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.