@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetGatewayGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.