@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetGroupRequest | 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 retrieve. | 
| String | getGroupName()Deprecated.  | 
| int | hashCode() | 
| void | setGroup(String group)
 The name or the ARN of the resource group to retrieve. | 
| void | setGroupName(String groupName)Deprecated.  | 
| String | toString()Returns a string representation of this object. | 
| GetGroupRequest | withGroup(String group)
 The name or the ARN of the resource group to retrieve. | 
| GetGroupRequest | 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)
 Deprecated - don't use this parameter. Use Group instead.
 
groupName - Deprecated - don't use this parameter. Use Group instead.@Deprecated public String getGroupName()
 Deprecated - don't use this parameter. Use Group instead.
 
Group instead.@Deprecated public GetGroupRequest withGroupName(String groupName)
 Deprecated - don't use this parameter. Use Group instead.
 
groupName - Deprecated - don't use this parameter. Use Group instead.public void setGroup(String group)
The name or the ARN of the resource group to retrieve.
group - The name or the ARN of the resource group to retrieve.public String getGroup()
The name or the ARN of the resource group to retrieve.
public GetGroupRequest withGroup(String group)
The name or the ARN of the resource group to retrieve.
group - The name or the ARN of the resource group to retrieve.public String toString()
toString in class ObjectObject.toString()public GetGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()