@Generated(value="software.amazon.awssdk:codegen") public final class TransferringInputDeviceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransferringInputDeviceSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransferringInputDeviceSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the input device.
|
String |
message()
The optional message that the sender has attached to the transfer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransferringInputDeviceSummary.Builder> |
serializableBuilderClass() |
String |
targetCustomerId()
The AWS account ID for the recipient of the input device transfer.
|
TransferringInputDeviceSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InputDeviceTransferType |
transferType()
The type (direction) of the input device transfer.
|
String |
transferTypeAsString()
The type (direction) of the input device transfer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
public final String message()
public final String targetCustomerId()
public final InputDeviceTransferType transferType()
If the service returns an enum value that is not available in the current SDK version, transferType will
return InputDeviceTransferType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from transferTypeAsString().
InputDeviceTransferTypepublic final String transferTypeAsString()
If the service returns an enum value that is not available in the current SDK version, transferType will
return InputDeviceTransferType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from transferTypeAsString().
InputDeviceTransferTypepublic TransferringInputDeviceSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>public static TransferringInputDeviceSummary.Builder builder()
public static Class<? extends TransferringInputDeviceSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.