@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateGroupQueryResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateGroupQueryResult | clone() | 
| boolean | equals(Object obj) | 
| GroupQuery | getGroupQuery()
 The updated resource query associated with the resource group after the update. | 
| int | hashCode() | 
| void | setGroupQuery(GroupQuery groupQuery)
 The updated resource query associated with the resource group after the update. | 
| String | toString()Returns a string representation of this object. | 
| UpdateGroupQueryResult | withGroupQuery(GroupQuery groupQuery)
 The updated resource query associated with the resource group after the update. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroupQuery(GroupQuery groupQuery)
The updated resource query associated with the resource group after the update.
groupQuery - The updated resource query associated with the resource group after the update.public GroupQuery getGroupQuery()
The updated resource query associated with the resource group after the update.
public UpdateGroupQueryResult withGroupQuery(GroupQuery groupQuery)
The updated resource query associated with the resource group after the update.
groupQuery - The updated resource query associated with the resource group after the update.public String toString()
toString in class ObjectObject.toString()public UpdateGroupQueryResult clone()