@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevicesForWirelessDeviceImportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDevicesForWirelessDeviceImportTaskResult() |
Modifier and Type | Method and Description |
---|---|
ListDevicesForWirelessDeviceImportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationName()
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an
import task that are onboarded to AWS IoT Wireless.
|
List<ImportedWirelessDevice> |
getImportedWirelessDeviceList()
List of wireless devices in an import task and their onboarding status.
|
String |
getNextToken()
The token to use to get the next set of results, or
null if there are no additional results. |
int |
hashCode() |
void |
setDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an
import task that are onboarded to AWS IoT Wireless.
|
void |
setImportedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
|
void |
setNextToken(String nextToken)
The token to use to get the next set of results, or
null if there are no additional results. |
String |
toString()
Returns a string representation of this object.
|
ListDevicesForWirelessDeviceImportTaskResult |
withDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an
import task that are onboarded to AWS IoT Wireless.
|
ListDevicesForWirelessDeviceImportTaskResult |
withImportedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
|
ListDevicesForWirelessDeviceImportTaskResult |
withImportedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
|
ListDevicesForWirelessDeviceImportTaskResult |
withNextToken(String nextToken)
The token to use to get the next set of results, or
null if there are no additional results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListDevicesForWirelessDeviceImportTaskResult()
public void setNextToken(String nextToken)
The token to use to get the next set of results, or null
if there are no additional results.
nextToken
- The token to use to get the next set of results, or null
if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null
if there are no additional results.
null
if there are no additional results.public ListDevicesForWirelessDeviceImportTaskResult withNextToken(String nextToken)
The token to use to get the next set of results, or null
if there are no additional results.
nextToken
- The token to use to get the next set of results, or null
if there are no additional results.public void setDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
destinationName
- The name of the Sidewalk destination that describes the IoT rule to route messages received from devices
in an import task that are onboarded to AWS IoT Wireless.public String getDestinationName()
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
public ListDevicesForWirelessDeviceImportTaskResult withDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
destinationName
- The name of the Sidewalk destination that describes the IoT rule to route messages received from devices
in an import task that are onboarded to AWS IoT Wireless.public List<ImportedWirelessDevice> getImportedWirelessDeviceList()
List of wireless devices in an import task and their onboarding status.
public void setImportedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
importedWirelessDeviceList
- List of wireless devices in an import task and their onboarding status.public ListDevicesForWirelessDeviceImportTaskResult withImportedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
NOTE: This method appends the values to the existing list (if any). Use
setImportedWirelessDeviceList(java.util.Collection)
or
withImportedWirelessDeviceList(java.util.Collection)
if you want to override the existing values.
importedWirelessDeviceList
- List of wireless devices in an import task and their onboarding status.public ListDevicesForWirelessDeviceImportTaskResult withImportedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
importedWirelessDeviceList
- List of wireless devices in an import task and their onboarding status.public String toString()
toString
in class Object
Object.toString()
public ListDevicesForWirelessDeviceImportTaskResult clone()