@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGroupQueryResult() |
Modifier and Type | Method and Description |
---|---|
GetGroupQueryResult |
clone() |
boolean |
equals(Object obj) |
GroupQuery |
getGroupQuery()
The resource query associated with the specified group.
|
int |
hashCode() |
void |
setGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupQueryResult |
withGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
groupQuery
- The resource query associated with the specified group.public GroupQuery getGroupQuery()
The resource query associated with the specified group.
public GetGroupQueryResult withGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
groupQuery
- The resource query associated with the specified group.public String toString()
toString
in class Object
Object.toString()
public GetGroupQueryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.