@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetGroupConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetGroupConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGroup()
The name or the ARN of the resource group.
|
int |
hashCode() |
void |
setGroup(String group)
The name or the ARN of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupConfigurationRequest |
withGroup(String group)
The name or the ARN 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 setGroup(String group)
The name or the ARN of the resource group.
group - The name or the ARN of the resource group.public String getGroup()
The name or the ARN of the resource group.
public GetGroupConfigurationRequest withGroup(String group)
The name or the ARN of the resource group.
group - The name or the ARN of the resource group.public String toString()
toString in class ObjectObject.toString()public GetGroupConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.