@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 |
getGroup()
The name or the ARN of the resource group to query.
|
String |
getGroupName()
Deprecated.
|
ResourceQuery |
getResourceQuery()
The resource query to determine which Amazon Web Services resources are members of this resource group.
|
int |
hashCode() |
void |
setGroup(String group)
The name or the ARN of the resource group to query.
|
void |
setGroupName(String groupName)
Deprecated.
|
void |
setResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this resource group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGroupQueryRequest |
withGroup(String group)
The name or the ARN of the resource group to query.
|
UpdateGroupQueryRequest |
withGroupName(String groupName)
Deprecated.
|
UpdateGroupQueryRequest |
withResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this 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
@Deprecated public void setGroupName(String groupName)
Don't use this parameter. Use Group
instead.
groupName
- Don't use this parameter. Use Group
instead.@Deprecated public String getGroupName()
Don't use this parameter. Use Group
instead.
Group
instead.@Deprecated public UpdateGroupQueryRequest withGroupName(String groupName)
Don't use this parameter. Use Group
instead.
groupName
- Don't use this parameter. Use Group
instead.public void setGroup(String group)
The name or the ARN of the resource group to query.
group
- The name or the ARN of the resource group to query.public String getGroup()
The name or the ARN of the resource group to query.
public UpdateGroupQueryRequest withGroup(String group)
The name or the ARN of the resource group to query.
group
- The name or the ARN of the resource group to query.public void setResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this resource group.
A resource group can contain either a Configuration
or a ResourceQuery
, but not both.
resourceQuery
- The resource query to determine which Amazon Web Services resources are members of this resource
group.
A resource group can contain either a Configuration
or a ResourceQuery
, but not
both.
public ResourceQuery getResourceQuery()
The resource query to determine which Amazon Web Services resources are members of this resource group.
A resource group can contain either a Configuration
or a ResourceQuery
, but not both.
A resource group can contain either a Configuration
or a ResourceQuery
, but not
both.
public UpdateGroupQueryRequest withResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this resource group.
A resource group can contain either a Configuration
or a ResourceQuery
, but not both.
resourceQuery
- The resource query to determine which Amazon Web Services resources are members of this resource
group.
A resource group can contain either a Configuration
or a ResourceQuery
, but not
both.
public String toString()
toString
in class Object
Object.toString()
public UpdateGroupQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()