@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeviceFleetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListDeviceFleetsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListDeviceFleetsResult | clone() | 
| boolean | equals(Object obj) | 
| List<DeviceFleetSummary> | getDeviceFleetSummaries()
 Summary of the device fleet. | 
| String | getNextToken()
 The response from the last list when returning a list large enough to need tokening. | 
| int | hashCode() | 
| void | setDeviceFleetSummaries(Collection<DeviceFleetSummary> deviceFleetSummaries)
 Summary of the device fleet. | 
| void | setNextToken(String nextToken)
 The response from the last list when returning a list large enough to need tokening. | 
| String | toString()Returns a string representation of this object. | 
| ListDeviceFleetsResult | withDeviceFleetSummaries(Collection<DeviceFleetSummary> deviceFleetSummaries)
 Summary of the device fleet. | 
| ListDeviceFleetsResult | withDeviceFleetSummaries(DeviceFleetSummary... deviceFleetSummaries)
 Summary of the device fleet. | 
| ListDeviceFleetsResult | withNextToken(String nextToken)
 The response from the last list when returning a list large enough to need tokening. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DeviceFleetSummary> getDeviceFleetSummaries()
Summary of the device fleet.
public void setDeviceFleetSummaries(Collection<DeviceFleetSummary> deviceFleetSummaries)
Summary of the device fleet.
deviceFleetSummaries - Summary of the device fleet.public ListDeviceFleetsResult withDeviceFleetSummaries(DeviceFleetSummary... deviceFleetSummaries)
Summary of the device fleet.
 NOTE: This method appends the values to the existing list (if any). Use
 setDeviceFleetSummaries(java.util.Collection) or withDeviceFleetSummaries(java.util.Collection)
 if you want to override the existing values.
 
deviceFleetSummaries - Summary of the device fleet.public ListDeviceFleetsResult withDeviceFleetSummaries(Collection<DeviceFleetSummary> deviceFleetSummaries)
Summary of the device fleet.
deviceFleetSummaries - Summary of the device fleet.public void setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken - The response from the last list when returning a list large enough to need tokening.public String getNextToken()
The response from the last list when returning a list large enough to need tokening.
public ListDeviceFleetsResult withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken - The response from the last list when returning a list large enough to need tokening.public String toString()
toString in class ObjectObject.toString()public ListDeviceFleetsResult clone()