@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeListenerCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeListenerCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeListenerCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
Information about the certificates.
|
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
Information about the certificates.
|
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeListenerCertificatesResult |
withCertificates(Certificate... certificates)
Information about the certificates.
|
DescribeListenerCertificatesResult |
withCertificates(Collection<Certificate> certificates)
Information about the certificates.
|
DescribeListenerCertificatesResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Certificate> getCertificates()
Information about the certificates.
public void setCertificates(Collection<Certificate> certificates)
Information about the certificates.
certificates
- Information about the certificates.public DescribeListenerCertificatesResult withCertificates(Certificate... certificates)
Information about the certificates.
NOTE: This method appends the values to the existing list (if any). Use
setCertificates(java.util.Collection)
or withCertificates(java.util.Collection)
if you want to
override the existing values.
certificates
- Information about the certificates.public DescribeListenerCertificatesResult withCertificates(Collection<Certificate> certificates)
Information about the certificates.
certificates
- Information about the certificates.public void setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeListenerCertificatesResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString
in class Object
Object.toString()
public DescribeListenerCertificatesResult clone()