public class GetApiKeysResult extends Object implements Serializable, Cloneable
Represents a collection of ApiKey resources.
| Constructor and Description |
|---|
GetApiKeysResult() |
| Modifier and Type | Method and Description |
|---|---|
GetApiKeysResult |
clone() |
boolean |
equals(Object obj) |
List<ApiKey> |
getItems()
|
String |
getPosition() |
int |
hashCode() |
void |
setItems(Collection<ApiKey> items)
|
void |
setPosition(String position) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApiKeysResult |
withItems(ApiKey... items)
|
GetApiKeysResult |
withItems(Collection<ApiKey> items)
|
GetApiKeysResult |
withPosition(String position) |
public void setPosition(String position)
position - public String getPosition()
public GetApiKeysResult withPosition(String position)
position - public void setItems(Collection<ApiKey> items)
public GetApiKeysResult withItems(ApiKey... items)
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) or
withItems(java.util.Collection) if you want to override the
existing values.
public GetApiKeysResult withItems(Collection<ApiKey> items)
public String toString()
toString in class ObjectObject.toString()public GetApiKeysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.