@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInputDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInputDeviceRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInputDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInputDeviceId()
The unique ID of this input device.
|
int |
hashCode() |
void |
setInputDeviceId(String inputDeviceId)
The unique ID of this input device.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInputDeviceRequest |
withInputDeviceId(String inputDeviceId)
The unique ID of this input 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 setInputDeviceId(String inputDeviceId)
inputDeviceId
- The unique ID of this input device. For example, hd-123456789abcdef.public String getInputDeviceId()
public DescribeInputDeviceRequest withInputDeviceId(String inputDeviceId)
inputDeviceId
- The unique ID of this input device. For example, hd-123456789abcdef.public String toString()
toString
in class Object
Object.toString()
public DescribeInputDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()