@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; useful for testing and debugging.
|
UpdateGroupResult |
withGroup(GroupType group)
The group object for the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.