@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevicesForWirelessDeviceImportTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListDevicesForWirelessDeviceImportTaskRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListDevicesForWirelessDeviceImportTaskRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getId()
 The identifier of the import task for which wireless devices are listed. | 
| Integer | getMaxResults() | 
| String | getNextToken()
 To retrieve the next set of results, the  nextTokenvalue from a previous response; otherwisenullto receive the first set of results. | 
| String | getStatus()
 The status of the devices in the import task. | 
| int | hashCode() | 
| void | setId(String id)
 The identifier of the import task for which wireless devices are listed. | 
| void | setMaxResults(Integer maxResults) | 
| void | setNextToken(String nextToken)
 To retrieve the next set of results, the  nextTokenvalue from a previous response; otherwisenullto receive the first set of results. | 
| void | setStatus(String status)
 The status of the devices in the import task. | 
| String | toString()Returns a string representation of this object. | 
| ListDevicesForWirelessDeviceImportTaskRequest | withId(String id)
 The identifier of the import task for which wireless devices are listed. | 
| ListDevicesForWirelessDeviceImportTaskRequest | withMaxResults(Integer maxResults) | 
| ListDevicesForWirelessDeviceImportTaskRequest | withNextToken(String nextToken)
 To retrieve the next set of results, the  nextTokenvalue from a previous response; otherwisenullto receive the first set of results. | 
| ListDevicesForWirelessDeviceImportTaskRequest | withStatus(OnboardStatus status)
 The status of the devices in the import task. | 
| ListDevicesForWirelessDeviceImportTaskRequest | withStatus(String status)
 The status of the devices in the import task. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListDevicesForWirelessDeviceImportTaskRequest()
public void setId(String id)
The identifier of the import task for which wireless devices are listed.
id - The identifier of the import task for which wireless devices are listed.public String getId()
The identifier of the import task for which wireless devices are listed.
public ListDevicesForWirelessDeviceImportTaskRequest withId(String id)
The identifier of the import task for which wireless devices are listed.
id - The identifier of the import task for which wireless devices are listed.public void setMaxResults(Integer maxResults)
maxResults - public Integer getMaxResults()
public ListDevicesForWirelessDeviceImportTaskRequest withMaxResults(Integer maxResults)
maxResults - public void setNextToken(String nextToken)
 To retrieve the next set of results, the nextToken value from a previous response; otherwise
 null to receive the first set of results.
 
nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise
        null to receive the first set of results.public String getNextToken()
 To retrieve the next set of results, the nextToken value from a previous response; otherwise
 null to receive the first set of results.
 
nextToken value from a previous response; otherwise
         null to receive the first set of results.public ListDevicesForWirelessDeviceImportTaskRequest withNextToken(String nextToken)
 To retrieve the next set of results, the nextToken value from a previous response; otherwise
 null to receive the first set of results.
 
nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise
        null to receive the first set of results.public void setStatus(String status)
The status of the devices in the import task.
status - The status of the devices in the import task.OnboardStatuspublic String getStatus()
The status of the devices in the import task.
OnboardStatuspublic ListDevicesForWirelessDeviceImportTaskRequest withStatus(String status)
The status of the devices in the import task.
status - The status of the devices in the import task.OnboardStatuspublic ListDevicesForWirelessDeviceImportTaskRequest withStatus(OnboardStatus status)
The status of the devices in the import task.
status - The status of the devices in the import task.OnboardStatuspublic String toString()
toString in class ObjectObject.toString()public ListDevicesForWirelessDeviceImportTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()