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