@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()
The group that was requested.
|
int |
hashCode() |
void |
setGroup(Group group)
The group that was requested.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupResult |
withGroup(Group group)
The group that was requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroup(Group group)
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
group
- The group that was requested. Contains the name of the group, the ARN of the group, the filter expression,
and the insight configuration assigned to the group.public Group getGroup()
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
public GetGroupResult withGroup(Group group)
The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.
group
- The group that was requested. Contains the name of the group, the ARN of the group, the filter expression,
and the insight configuration assigned to the group.public String toString()
toString
in class Object
Object.toString()
public GetGroupResult clone()