@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetGroupQueryRequest() |
Modifier and Type | Method and Description |
---|---|
GetGroupQueryRequest |
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.
|
int |
hashCode() |
void |
setGroup(String group)
The name or the ARN of the resource group to query.
|
void |
setGroupName(String groupName)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupQueryRequest |
withGroup(String group)
The name or the ARN of the resource group to query.
|
GetGroupQueryRequest |
withGroupName(String groupName)
Deprecated.
|
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 GetGroupQueryRequest 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 GetGroupQueryRequest 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 String toString()
toString
in class Object
Object.toString()
public GetGroupQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()