@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayId()
The ID of the gateway device.
|
int |
hashCode() |
void |
setGatewayId(String gatewayId)
The ID of the gateway device.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGatewayRequest |
withGatewayId(String gatewayId)
The ID of the gateway device.
|
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 setGatewayId(String gatewayId)
The ID of the gateway device.
gatewayId
- The ID of the gateway device.public String getGatewayId()
The ID of the gateway device.
public DescribeGatewayRequest withGatewayId(String gatewayId)
The ID of the gateway device.
gatewayId
- The ID of the gateway device.public String toString()
toString
in class Object
Object.toString()
public DescribeGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()