@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()
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.
|
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, 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 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 Object
Object.toString()
public GetGroupConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()