@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGatewayGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetGatewayGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayGroupArn()
The ARN of the gateway group to get.
|
int |
hashCode() |
void |
setGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to get.
|
String |
toString()
Returns a string representation of this object.
|
GetGatewayGroupRequest |
withGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to get.
|
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 setGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to get.
gatewayGroupArn - The ARN of the gateway group to get.public String getGatewayGroupArn()
The ARN of the gateway group to get.
public GetGatewayGroupRequest withGatewayGroupArn(String gatewayGroupArn)
The ARN of the gateway group to get.
gatewayGroupArn - The ARN of the gateway group to get.public String toString()
toString in class ObjectObject.toString()public GetGatewayGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.