@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public ListKeyGroupsResult clone()
Copyright © 2021. All rights reserved.