@Generated(value="software.amazon.awssdk:codegen") public final class DescribeInputDeviceResponse extends MediaLiveResponse implements ToCopyableBuilder<DescribeInputDeviceResponse.Builder,DescribeInputDeviceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeInputDeviceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The unique ARN of the input device.
|
static DescribeInputDeviceResponse.Builder |
builder() |
InputDeviceConnectionState |
connectionState()
The state of the connection between the input device and AWS.
|
String |
connectionStateAsString()
The state of the connection between the input device and AWS.
|
DeviceSettingsSyncState |
deviceSettingsSyncState()
The status of the action to synchronize the device configuration.
|
String |
deviceSettingsSyncStateAsString()
The status of the action to synchronize the device configuration.
|
DeviceUpdateStatus |
deviceUpdateStatus()
The status of software on the input device.
|
String |
deviceUpdateStatusAsString()
The status of software on the input device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDeviceHdSettings |
hdDeviceSettings()
Settings that describe an input device that is type HD.
|
String |
id()
The unique ID of the input device.
|
String |
macAddress()
The network MAC address of the input device.
|
String |
name()
A name that you specify for the input device.
|
InputDeviceNetworkSettings |
networkSettings()
The network settings for the input device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeInputDeviceResponse.Builder> |
serializableBuilderClass() |
String |
serialNumber()
The unique serial number of the input device.
|
DescribeInputDeviceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InputDeviceType |
type()
The type of the input device.
|
String |
typeAsString()
The type of the input device.
|
InputDeviceUhdSettings |
uhdDeviceSettings()
Settings that describe an input device that is type UHD.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final InputDeviceConnectionState connectionState()
If the service returns an enum value that is not available in the current SDK version, connectionState
will return InputDeviceConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from connectionStateAsString().
InputDeviceConnectionStatepublic final String connectionStateAsString()
If the service returns an enum value that is not available in the current SDK version, connectionState
will return InputDeviceConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from connectionStateAsString().
InputDeviceConnectionStatepublic final DeviceSettingsSyncState deviceSettingsSyncState()
If the service returns an enum value that is not available in the current SDK version,
deviceSettingsSyncState will return DeviceSettingsSyncState.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from deviceSettingsSyncStateAsString().
DeviceSettingsSyncStatepublic final String deviceSettingsSyncStateAsString()
If the service returns an enum value that is not available in the current SDK version,
deviceSettingsSyncState will return DeviceSettingsSyncState.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from deviceSettingsSyncStateAsString().
DeviceSettingsSyncStatepublic final DeviceUpdateStatus deviceUpdateStatus()
If the service returns an enum value that is not available in the current SDK version,
deviceUpdateStatus will return DeviceUpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deviceUpdateStatusAsString().
DeviceUpdateStatuspublic final String deviceUpdateStatusAsString()
If the service returns an enum value that is not available in the current SDK version,
deviceUpdateStatus will return DeviceUpdateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from deviceUpdateStatusAsString().
DeviceUpdateStatuspublic final InputDeviceHdSettings hdDeviceSettings()
public final String id()
public final String macAddress()
public final String name()
public final InputDeviceNetworkSettings networkSettings()
public final String serialNumber()
public final InputDeviceType type()
If the service returns an enum value that is not available in the current SDK version, type will return
InputDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InputDeviceTypepublic final String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
InputDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InputDeviceTypepublic final InputDeviceUhdSettings uhdDeviceSettings()
public DescribeInputDeviceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeInputDeviceResponse.Builder,DescribeInputDeviceResponse>toBuilder in class AwsResponsepublic static DescribeInputDeviceResponse.Builder builder()
public static Class<? extends DescribeInputDeviceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.