@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInputDeviceTransfersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListInputDeviceTransfersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListInputDeviceTransfersResult |
clone() |
boolean |
equals(Object obj) |
List<TransferringInputDeviceSummary> |
getInputDeviceTransfers()
The list of devices that you are transferring or are being transferred to you.
|
String |
getNextToken()
A token to get additional list results.
|
int |
hashCode() |
void |
setInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
void |
setNextToken(String nextToken)
A token to get additional list results.
|
String |
toString()
Returns a string representation of this object.
|
ListInputDeviceTransfersResult |
withInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResult |
withInputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResult |
withNextToken(String nextToken)
A token to get additional list results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TransferringInputDeviceSummary> getInputDeviceTransfers()
public void setInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.public ListInputDeviceTransfersResult withInputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)
NOTE: This method appends the values to the existing list (if any). Use
setInputDeviceTransfers(java.util.Collection) or withInputDeviceTransfers(java.util.Collection)
if you want to override the existing values.
inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.public ListInputDeviceTransfersResult withInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.public void setNextToken(String nextToken)
nextToken - A token to get additional list results.public String getNextToken()
public ListInputDeviceTransfersResult withNextToken(String nextToken)
nextToken - A token to get additional list results.public String toString()
toString in class ObjectObject.toString()public ListInputDeviceTransfersResult clone()