@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 the metadata details for the specified resource group.
|
int |
hashCode() |
void |
setGroup(Group group)
A structure that contains the metadata details for the specified resource group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupResult |
withGroup(Group group)
A structure that contains the metadata details for the specified resource group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroup(Group group)
A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group.
group - A structure that contains the metadata details for the specified resource group. Use GetGroupQuery
and GetGroupConfiguration to get those additional details of the resource group.public Group getGroup()
A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group.
public GetGroupResult withGroup(Group group)
A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group.
group - A structure that contains the metadata details for the specified resource group. Use GetGroupQuery
and GetGroupConfiguration to get those additional details of the resource group.public String toString()
toString in class ObjectObject.toString()public GetGroupResult clone()