@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClientDevicesAssociatedWithCoreDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListClientDevicesAssociatedWithCoreDeviceResult() |
Modifier and Type | Method and Description |
---|---|
ListClientDevicesAssociatedWithCoreDeviceResult |
clone() |
boolean |
equals(Object obj) |
List<AssociatedClientDevice> |
getAssociatedClientDevices()
A list that describes the client devices that are associated with the core device.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setAssociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListClientDevicesAssociatedWithCoreDeviceResult |
withAssociatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
ListClientDevicesAssociatedWithCoreDeviceResult |
withAssociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
ListClientDevicesAssociatedWithCoreDeviceResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListClientDevicesAssociatedWithCoreDeviceResult()
public List<AssociatedClientDevice> getAssociatedClientDevices()
A list that describes the client devices that are associated with the core device.
public void setAssociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
associatedClientDevices
- A list that describes the client devices that are associated with the core device.public ListClientDevicesAssociatedWithCoreDeviceResult withAssociatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedClientDevices(java.util.Collection)
or
withAssociatedClientDevices(java.util.Collection)
if you want to override the existing values.
associatedClientDevices
- A list that describes the client devices that are associated with the core device.public ListClientDevicesAssociatedWithCoreDeviceResult withAssociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
associatedClientDevices
- A list that describes the client devices that are associated with the core device.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListClientDevicesAssociatedWithCoreDeviceResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListClientDevicesAssociatedWithCoreDeviceResult clone()