@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()
The marker to use when requesting the next set of results.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
Information about the certificates.
|
void |
setNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeListenerCertificatesResult |
withCertificates(Certificate... certificates)
Information about the certificates.
|
DescribeListenerCertificatesResult |
withCertificates(Collection<Certificate> certificates)
Information about the certificates.
|
DescribeListenerCertificatesResult |
withNextMarker(String nextMarker)
The marker to use when requesting 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)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the string
is empty.public String getNextMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public DescribeListenerCertificatesResult withNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the string
is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeListenerCertificatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.