Class TransferringInputDeviceSummary
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.TransferringInputDeviceSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>
@Generated("software.amazon.awssdk:codegen") public final class TransferringInputDeviceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>
Details about the input device that is being transferred.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransferringInputDeviceSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransferringInputDeviceSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID of the input device.Stringmessage()The optional message that the sender has attached to the transfer.List<SdkField<?>>sdkFields()static Class<? extends TransferringInputDeviceSummary.Builder>serializableBuilderClass()StringtargetCustomerId()The AWS account ID for the recipient of the input device transfer.TransferringInputDeviceSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InputDeviceTransferTypetransferType()The type (direction) of the input device transfer.StringtransferTypeAsString()The type (direction) of the input device transfer.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The unique ID of the input device.- Returns:
- The unique ID of the input device.
-
message
public final String message()
The optional message that the sender has attached to the transfer.- Returns:
- The optional message that the sender has attached to the transfer.
-
targetCustomerId
public final String targetCustomerId()
The AWS account ID for the recipient of the input device transfer.- Returns:
- The AWS account ID for the recipient of the input device transfer.
-
transferType
public final InputDeviceTransferType transferType()
The type (direction) of the input device transfer.If the service returns an enum value that is not available in the current SDK version,
transferTypewill returnInputDeviceTransferType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransferTypeAsString().- Returns:
- The type (direction) of the input device transfer.
- See Also:
InputDeviceTransferType
-
transferTypeAsString
public final String transferTypeAsString()
The type (direction) of the input device transfer.If the service returns an enum value that is not available in the current SDK version,
transferTypewill returnInputDeviceTransferType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransferTypeAsString().- Returns:
- The type (direction) of the input device transfer.
- See Also:
InputDeviceTransferType
-
toBuilder
public TransferringInputDeviceSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>
-
builder
public static TransferringInputDeviceSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransferringInputDeviceSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-