@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) |
Group |
getGroup()
A structure that contains information about the group.
|
int |
hashCode() |
void |
setGroup(Group group)
A structure that contains information about the group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupResult |
withGroup(Group group)
A structure that contains information about the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroup(Group group)
A structure that contains information about the group.
group - A structure that contains information about the group.public Group getGroup()
A structure that contains information about the group.
public GetGroupResult withGroup(Group group)
A structure that contains information about the group.
group - A structure that contains information about the group.public String toString()
toString in class ObjectObject.toString()public GetGroupResult clone()