@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
A list of certificates for this Amazon Web Services account.
|
String |
getMarker()
An optional pagination token provided if the number of records retrieved is greater than
MaxRecords . |
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
A list of certificates for this Amazon Web Services account.
|
void |
setMarker(String marker)
An optional pagination token provided if the number of records retrieved is greater than
MaxRecords . |
String |
toString()
Returns a string representation of this object.
|
DescribeCertificatesResult |
withCertificates(Certificate... certificates)
A list of certificates for this Amazon Web Services account.
|
DescribeCertificatesResult |
withCertificates(Collection<Certificate> certificates)
A list of certificates for this Amazon Web Services account.
|
DescribeCertificatesResult |
withMarker(String marker)
An optional pagination token provided if the number of records retrieved is greater than
MaxRecords . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Certificate> getCertificates()
A list of certificates for this Amazon Web Services account.
public void setCertificates(Collection<Certificate> certificates)
A list of certificates for this Amazon Web Services account.
certificates
- A list of certificates for this Amazon Web Services account.public DescribeCertificatesResult withCertificates(Certificate... certificates)
A list of certificates for this Amazon Web Services account.
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
- A list of certificates for this Amazon Web Services account.public DescribeCertificatesResult withCertificates(Collection<Certificate> certificates)
A list of certificates for this Amazon Web Services account.
certificates
- A list of certificates for this Amazon Web Services account.public void setMarker(String marker)
An optional pagination token provided if the number of records retrieved is greater than MaxRecords
.
If this parameter is specified, the marker specifies the next record in the list. Including the value of
Marker
in the next call to DescribeCertificates
results in the next page of
certificates.
marker
- An optional pagination token provided if the number of records retrieved is greater than
MaxRecords
. If this parameter is specified, the marker specifies the next record in the list.
Including the value of Marker
in the next call to DescribeCertificates
results
in the next page of certificates.public String getMarker()
An optional pagination token provided if the number of records retrieved is greater than MaxRecords
.
If this parameter is specified, the marker specifies the next record in the list. Including the value of
Marker
in the next call to DescribeCertificates
results in the next page of
certificates.
MaxRecords
. If this parameter is specified, the marker specifies the next record in the
list. Including the value of Marker
in the next call to DescribeCertificates
results in the next page of certificates.public DescribeCertificatesResult withMarker(String marker)
An optional pagination token provided if the number of records retrieved is greater than MaxRecords
.
If this parameter is specified, the marker specifies the next record in the list. Including the value of
Marker
in the next call to DescribeCertificates
results in the next page of
certificates.
marker
- An optional pagination token provided if the number of records retrieved is greater than
MaxRecords
. If this parameter is specified, the marker specifies the next record in the list.
Including the value of Marker
in the next call to DescribeCertificates
results
in the next page of certificates.public String toString()
toString
in class Object
Object.toString()
public DescribeCertificatesResult clone()