@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.
|
UpdateGroupQueryResult |
withGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateGroupQueryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.