@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateGroupResult |
clone() |
boolean |
equals(Object obj) |
Group |
getGroup()
The group that was created.
|
int |
hashCode() |
void |
setGroup(Group group)
The group that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupResult |
withGroup(Group group)
The group that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroup(Group group)
The group that was created. Contains the name of the group that was created, the Amazon Resource Name (ARN) of the group that was generated based on the group name, the filter expression, and the insight configuration that was assigned to the group.
group
- The group that was created. Contains the name of the group that was created, the Amazon Resource Name
(ARN) of the group that was generated based on the group name, the filter expression, and the insight
configuration that was assigned to the group.public Group getGroup()
The group that was created. Contains the name of the group that was created, the Amazon Resource Name (ARN) of the group that was generated based on the group name, the filter expression, and the insight configuration that was assigned to the group.
public CreateGroupResult withGroup(Group group)
The group that was created. Contains the name of the group that was created, the Amazon Resource Name (ARN) of the group that was generated based on the group name, the filter expression, and the insight configuration that was assigned to the group.
group
- The group that was created. Contains the name of the group that was created, the Amazon Resource Name
(ARN) of the group that was generated based on the group name, the filter expression, and the insight
configuration that was assigned to the group.public String toString()
toString
in class Object
Object.toString()
public CreateGroupResult clone()