Class GetClientCertificatesResult
java.lang.Object
com.amazonaws.services.apigateway.model.GetClientCertificatesResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents a collection of ClientCertificate resources.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetItems()The current page of any ClientCertificate resources in the collection of ClientCertificate resources.inthashCode()voidsetItems(Collection<ClientCertificate> items) The current page of any ClientCertificate resources in the collection of ClientCertificate resources.voidsetPosition(String position) toString()Returns a string representation of this object; useful for testing and debugging.withItems(ClientCertificate... items) The current page of any ClientCertificate resources in the collection of ClientCertificate resources.withItems(Collection<ClientCertificate> items) The current page of any ClientCertificate resources in the collection of ClientCertificate resources.withPosition(String position)
-
Constructor Details
-
GetClientCertificatesResult
public GetClientCertificatesResult()
-
-
Method Details
-
setPosition
- Parameters:
position-
-
getPosition
- Returns:
-
withPosition
- Parameters:
position-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getItems
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
- Returns:
- The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
-
setItems
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
- Parameters:
items- The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
-
withItems
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)orwithItems(java.util.Collection)if you want to override the existing values.- Parameters:
items- The current page of any ClientCertificate resources in the collection of ClientCertificate resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
The current page of any ClientCertificate resources in the collection of ClientCertificate resources.
- Parameters:
items- The current page of any ClientCertificate resources in the collection of ClientCertificate resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-