@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteGroupResult() |
Modifier and Type | Method and Description |
---|---|
DeleteGroupResult |
clone() |
boolean |
equals(Object obj) |
Group |
getGroup()
A full description of the deleted resource group.
|
int |
hashCode() |
void |
setGroup(Group group)
A full description of the deleted resource group.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGroupResult |
withGroup(Group group)
A full description of the deleted resource group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroup(Group group)
A full description of the deleted resource group.
group
- A full description of the deleted resource group.public Group getGroup()
A full description of the deleted resource group.
public DeleteGroupResult withGroup(Group group)
A full description of the deleted resource group.
group
- A full description of the deleted resource group.public String toString()
toString
in class Object
Object.toString()
public DeleteGroupResult clone()