@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 resource query associated with the resource group after the update.
|
int |
hashCode() |
void |
setGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGroupQueryResult |
withGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
groupQuery - The resource query associated with the resource group after the update.public GroupQuery getGroupQuery()
The resource query associated with the resource group after the update.
public UpdateGroupQueryResult withGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
groupQuery - The resource query associated with the resource group after the update.public String toString()
toString in class ObjectObject.toString()public UpdateGroupQueryResult clone()
Copyright © 2018. All rights reserved.