@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateInputDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateInputDeviceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateInputDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone you want associated with this input device.
|
InputDeviceConfigurableSettings |
getHdDeviceSettings()
The settings that you want to apply to the HD input device.
|
String |
getInputDeviceId()
The unique ID of the input device.
|
String |
getName()
The name that you assigned to this input device (not the unique ID).
|
InputDeviceConfigurableSettings |
getUhdDeviceSettings()
The settings that you want to apply to the UHD input device.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone you want associated with this input device.
|
void |
setHdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
The settings that you want to apply to the HD input device.
|
void |
setInputDeviceId(String inputDeviceId)
The unique ID of the input device.
|
void |
setName(String name)
The name that you assigned to this input device (not the unique ID).
|
void |
setUhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
The settings that you want to apply to the UHD input device.
|
String |
toString()
Returns a string representation of this object.
|
UpdateInputDeviceRequest |
withAvailabilityZone(String availabilityZone)
The Availability Zone you want associated with this input device.
|
UpdateInputDeviceRequest |
withHdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
The settings that you want to apply to the HD input device.
|
UpdateInputDeviceRequest |
withInputDeviceId(String inputDeviceId)
The unique ID of the input device.
|
UpdateInputDeviceRequest |
withName(String name)
The name that you assigned to this input device (not the unique ID).
|
UpdateInputDeviceRequest |
withUhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
The settings that you want to apply to the UHD 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 setHdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
hdDeviceSettings
- The settings that you want to apply to the HD input device.public InputDeviceConfigurableSettings getHdDeviceSettings()
public UpdateInputDeviceRequest withHdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)
hdDeviceSettings
- The settings that you want to apply to the HD input device.public void setInputDeviceId(String inputDeviceId)
inputDeviceId
- The unique ID of the input device. For example, hd-123456789abcdef.public String getInputDeviceId()
public UpdateInputDeviceRequest withInputDeviceId(String inputDeviceId)
inputDeviceId
- The unique ID of the input device. For example, hd-123456789abcdef.public void setName(String name)
name
- The name that you assigned to this input device (not the unique ID).public String getName()
public UpdateInputDeviceRequest withName(String name)
name
- The name that you assigned to this input device (not the unique ID).public void setUhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
uhdDeviceSettings
- The settings that you want to apply to the UHD input device.public InputDeviceConfigurableSettings getUhdDeviceSettings()
public UpdateInputDeviceRequest withUhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)
uhdDeviceSettings
- The settings that you want to apply to the UHD input device.public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone you want associated with this input device.public String getAvailabilityZone()
public UpdateInputDeviceRequest withAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone you want associated with this input device.public String toString()
toString
in class Object
Object.toString()
public UpdateInputDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()