@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; useful for testing and debugging.
|
GetGroupQueryResult |
withGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetGroupQueryResult clone()
Copyright © 2018. All rights reserved.