public class CreateGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful CreateGroup request.
Modifier and Type | Field and Description |
---|---|
private Group |
group
A structure containing details about the new group.
|
Constructor and Description |
---|
CreateGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Group |
getGroup()
A structure containing details about the new group.
|
int |
hashCode() |
void |
setGroup(Group group)
A structure containing details about the new group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateGroupResult |
withGroup(Group group)
A structure containing details about the new group.
|
private Group group
A structure containing details about the new group.
public void setGroup(Group group)
A structure containing details about the new group.
group
- A structure containing details about the new group.public Group getGroup()
A structure containing details about the new group.
public CreateGroupResult withGroup(Group group)
A structure containing details about the new group.
group
- A structure containing details about the new group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateGroupResult clone()
clone
in class java.lang.Object