public class ListOutgoingCertificatesResult
extends java.lang.Object
implements java.io.Serializable
The output from the ListOutgoingCertificates operation.
| Constructor and Description |
|---|
ListOutgoingCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextMarker()
The marker for the next set of results.
|
java.util.List<OutgoingCertificate> |
getOutgoingCertificates()
The certificates that are being transferred but not yet accepted.
|
int |
hashCode() |
void |
setNextMarker(java.lang.String nextMarker)
The marker for the next set of results.
|
void |
setOutgoingCertificates(java.util.Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOutgoingCertificatesResult |
withNextMarker(java.lang.String nextMarker)
The marker for the next set of results.
|
ListOutgoingCertificatesResult |
withOutgoingCertificates(java.util.Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
ListOutgoingCertificatesResult |
withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
public java.util.List<OutgoingCertificate> getOutgoingCertificates()
The certificates that are being transferred but not yet accepted.
The certificates that are being transferred but not yet accepted.
public void setOutgoingCertificates(java.util.Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
outgoingCertificates - The certificates that are being transferred but not yet accepted.
public ListOutgoingCertificatesResult withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
Returns a reference to this object so that method calls can be chained together.
outgoingCertificates - The certificates that are being transferred but not yet accepted.
public ListOutgoingCertificatesResult withOutgoingCertificates(java.util.Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
Returns a reference to this object so that method calls can be chained together.
outgoingCertificates - The certificates that are being transferred but not yet accepted.
public java.lang.String getNextMarker()
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The marker for the next set of results.
public void setNextMarker(java.lang.String nextMarker)
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker - The marker for the next set of results.
public ListOutgoingCertificatesResult withNextMarker(java.lang.String nextMarker)
The marker for the next set of 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.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.