@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 full description of the resource group.
|
int |
hashCode() |
void |
setGroup(Group group)
A full description of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupResult |
withGroup(Group group)
A full description of the resource group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroup(Group group)
A full description of the resource group.
group
- A full description of the resource group.public Group getGroup()
A full description of the resource group.
public GetGroupResult withGroup(Group group)
A full description of the resource group.
group
- A full description of the resource group.public String toString()
toString
in class Object
Object.toString()
public GetGroupResult clone()