@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyGroupSummary extends Object implements Serializable, Cloneable
Contains information about a key group.
| Constructor and Description | 
|---|
| KeyGroupSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| KeyGroupSummary | clone() | 
| boolean | equals(Object obj) | 
| KeyGroup | getKeyGroup()
 A key group. | 
| int | hashCode() | 
| void | setKeyGroup(KeyGroup keyGroup)
 A key group. | 
| String | toString()Returns a string representation of this object. | 
| KeyGroupSummary | withKeyGroup(KeyGroup keyGroup)
 A key group. | 
public void setKeyGroup(KeyGroup keyGroup)
A key group.
keyGroup - A key group.public KeyGroup getKeyGroup()
A key group.
public KeyGroupSummary withKeyGroup(KeyGroup keyGroup)
A key group.
keyGroup - A key group.public String toString()
toString in class ObjectObject.toString()public KeyGroupSummary clone()
Copyright © 2022. All rights reserved.