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