@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKeyGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListKeyGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListKeyGroupsResult |
clone() |
boolean |
equals(Object obj) |
KeyGroupList |
getKeyGroupList()
A list of key groups.
|
int |
hashCode() |
void |
setKeyGroupList(KeyGroupList keyGroupList)
A list of key groups.
|
String |
toString()
Returns a string representation of this object.
|
ListKeyGroupsResult |
withKeyGroupList(KeyGroupList keyGroupList)
A list of key groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyGroupList(KeyGroupList keyGroupList)
A list of key groups.
keyGroupList
- A list of key groups.public KeyGroupList getKeyGroupList()
A list of key groups.
public ListKeyGroupsResult withKeyGroupList(KeyGroupList keyGroupList)
A list of key groups.
keyGroupList
- A list of key groups.public String toString()
toString
in class Object
Object.toString()
public ListKeyGroupsResult clone()