Package com.amazonaws.services.iot.model
Class ListCertificatesResult
java.lang.Object
com.amazonaws.services.iot.model.ListCertificatesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output of the ListCertificates operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The descriptions of the certificates.The marker for the next set of results, or null if there are no additional results.int
hashCode()
void
setCertificates
(Collection<Certificate> certificates) The descriptions of the certificates.void
setNextMarker
(String nextMarker) The marker for the next set of results, or null if there are no additional results.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificates
(Certificate... certificates) The descriptions of the certificates.withCertificates
(Collection<Certificate> certificates) The descriptions of the certificates.withNextMarker
(String nextMarker) The marker for the next set of results, or null if there are no additional results.
-
Constructor Details
-
ListCertificatesResult
public ListCertificatesResult()
-
-
Method Details
-
getCertificates
The descriptions of the certificates.
- Returns:
- The descriptions of the certificates.
-
setCertificates
The descriptions of the certificates.
- Parameters:
certificates
- The descriptions of the certificates.
-
withCertificates
The descriptions of the certificates.
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 descriptions of the certificates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCertificates
The descriptions of the certificates.
- Parameters:
certificates
- The descriptions of the certificates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker
- The marker for the next set of results, or null if there are no additional results.
-
getNextMarker
The marker for the next set of results, or null if there are no additional results.
- Returns:
- The marker for the next set of results, or null if there are no additional results.
-
withNextMarker
The marker for the next set of results, or null if there are no additional results.
- Parameters:
nextMarker
- The marker for the next set of results, or null if there are no additional results.- 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
-