Package com.amazonaws.services.iot.model
Class ListCACertificatesResult
java.lang.Object
com.amazonaws.services.iot.model.ListCACertificatesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output from the ListCACertificates operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The CA certificates registered in your AWS account.The current position within the list of CA certificates.int
hashCode()
void
setCertificates
(Collection<CACertificate> certificates) The CA certificates registered in your AWS account.void
setNextMarker
(String nextMarker) The current position within the list of CA certificates.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificates
(CACertificate... certificates) The CA certificates registered in your AWS account.withCertificates
(Collection<CACertificate> certificates) The CA certificates registered in your AWS account.withNextMarker
(String nextMarker) The current position within the list of CA certificates.
-
Constructor Details
-
ListCACertificatesResult
public ListCACertificatesResult()
-
-
Method Details
-
getCertificates
The CA certificates registered in your AWS account.
- Returns:
- The CA certificates registered in your AWS account.
-
setCertificates
The CA certificates registered in your AWS account.
- Parameters:
certificates
- The CA certificates registered in your AWS account.
-
withCertificates
The CA certificates registered in your 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 CA certificates registered in your AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCertificates
The CA certificates registered in your AWS account.
- Parameters:
certificates
- The CA certificates registered in your AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
The current position within the list of CA certificates.
- Parameters:
nextMarker
- The current position within the list of CA certificates.
-
getNextMarker
The current position within the list of CA certificates.
- Returns:
- The current position within the list of CA certificates.
-
withNextMarker
The current position within the list of CA certificates.
- Parameters:
nextMarker
- The current position within the list of CA certificates.- 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
-