@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGroupQueryRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupQueryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the resource group for which you want to edit the query.
|
ResourceQuery |
getResourceQuery()
The resource query that determines which AWS resources are members of the resource group.
|
int |
hashCode() |
void |
setGroupName(String groupName)
The name of the resource group for which you want to edit the query.
|
void |
setResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGroupQueryRequest |
withGroupName(String groupName)
The name of the resource group for which you want to edit the query.
|
UpdateGroupQueryRequest |
withResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGroupName(String groupName)
The name of the resource group for which you want to edit the query.
groupName - The name of the resource group for which you want to edit the query.public String getGroupName()
The name of the resource group for which you want to edit the query.
public UpdateGroupQueryRequest withGroupName(String groupName)
The name of the resource group for which you want to edit the query.
groupName - The name of the resource group for which you want to edit the query.public void setResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
resourceQuery - The resource query that determines which AWS resources are members of the resource group.public ResourceQuery getResourceQuery()
The resource query that determines which AWS resources are members of the resource group.
public UpdateGroupQueryRequest withResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
resourceQuery - The resource query that determines which AWS resources are members of the resource group.public String toString()
toString in class ObjectObject.toString()public UpdateGroupQueryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.