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