@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateGroupResult |
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.
|
CreateGroupResult |
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 CreateGroupResult 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 CreateGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.