Class GetApiKeysResult
java.lang.Object
com.amazonaws.services.apigateway.model.GetApiKeysResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a collection of ApiKey resources.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getItems()
int
hashCode()
void
setItems
(Collection<ApiKey> items) void
setPosition
(String position) toString()
Returns a string representation of this object; useful for testing and debugging.withItems
(Collection<ApiKey> items) withPosition
(String position)
-
Constructor Details
-
GetApiKeysResult
public GetApiKeysResult()
-
-
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
-
setItems
-
withItems
The current page of any ApiKey resources in the collection of ApiKey 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. -
withItems
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-