Class DescribeCertificatesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Data returned by the DescribeCertificates action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of Certificate objects for the AWS account.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
An optional pagination token provided by a previous DescribeCertificates request.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificates
(Certificate... certificates) The list of Certificate objects for the AWS account.withCertificates
(Collection<Certificate> certificates) The list of Certificate objects for the AWS account.withMarker
(String marker) An optional pagination token provided by a previous DescribeCertificates request.
-
Constructor Details
-
DescribeCertificatesResult
public DescribeCertificatesResult()
-
-
Method Details
-
getCertificates
The list of Certificate objects for the AWS account.
- Returns:
- The list of Certificate objects for the AWS account.
-
setCertificates
The list of Certificate objects for the AWS account.
- Parameters:
certificates
- The list of Certificate objects for the AWS account.
-
withCertificates
The list of Certificate objects for the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setCertificates(java.util.Collection)
orwithCertificates(java.util.Collection)
if you want to override the existing values.- Parameters:
certificates
- The list of Certificate objects for the AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCertificates
The list of Certificate objects for the AWS account.
- Parameters:
certificates
- The list of Certificate objects for the AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
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
.- Parameters:
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 byMaxRecords
.
-
getMarker
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
.- Returns:
- 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
.
-
withMarker
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
.- Parameters:
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 byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-