@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateGroupQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.