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