@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateGroupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateGroupResult | clone() | 
| boolean | equals(Object obj) | 
| GroupType | getGroup()
 The group object for the group. | 
| int | hashCode() | 
| void | setGroup(GroupType group)
 The group object for the group. | 
| String | toString()Returns a string representation of this object. | 
| UpdateGroupResult | withGroup(GroupType group)
 The group object for the group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroup(GroupType group)
The group object for the group.
group - The group object for the group.public GroupType getGroup()
The group object for the group.
public UpdateGroupResult withGroup(GroupType group)
The group object for the group.
group - The group object for the group.public String toString()
toString in class ObjectObject.toString()public UpdateGroupResult clone()