public class DescribeCertificatesResult extends Object implements Serializable, Cloneable
Data returned by the DescribeCertificates action.
Constructor and Description |
---|
DescribeCertificatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The list of Certificate objects for the AWS account.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeCertificates request.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeCertificates request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCertificatesResult |
withCertificates(Certificate... certificates)
The list of Certificate objects for the AWS account.
|
DescribeCertificatesResult |
withCertificates(Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
|
DescribeCertificatesResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeCertificates request.
|
public List<Certificate> getCertificates()
public void setCertificates(Collection<Certificate> certificates)
certificates
- The list of Certificate objects for the AWS account.public DescribeCertificatesResult withCertificates(Certificate... 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.
Returns a reference to this object so that method calls can be chained together.
certificates
- The list of Certificate objects for the AWS account.public DescribeCertificatesResult withCertificates(Collection<Certificate> certificates)
Returns a reference to this object so that method calls can be chained together.
certificates
- The list of Certificate objects for the AWS account.public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.marker
- An optional pagination token provided by a previous
DescribeCertificates request. If this parameter is specified,
the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public DescribeCertificatesResult withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
marker
- An optional pagination token provided by a previous
DescribeCertificates request. If this parameter is specified,
the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeCertificatesResult clone()
Copyright © 2015. All rights reserved.