@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWirelessDeviceImportTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartWirelessDeviceImportTaskRequest() |
Modifier and Type | Method and Description |
---|---|
StartWirelessDeviceImportTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getDestinationName()
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import
task that are onboarded to AWS IoT Wireless.
|
SidewalkStartImportInfo |
getSidewalk()
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
|
List<Tag> |
getTags() |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import
task that are onboarded to AWS IoT Wireless.
|
void |
setSidewalk(SidewalkStartImportInfo sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
|
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object.
|
StartWirelessDeviceImportTaskRequest |
withClientRequestToken(String clientRequestToken) |
StartWirelessDeviceImportTaskRequest |
withDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import
task that are onboarded to AWS IoT Wireless.
|
StartWirelessDeviceImportTaskRequest |
withSidewalk(SidewalkStartImportInfo sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
|
StartWirelessDeviceImportTaskRequest |
withTags(Collection<Tag> tags) |
StartWirelessDeviceImportTaskRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
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, withSdkRequestTimeout
public StartWirelessDeviceImportTaskRequest()
public void setDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import task that are onboarded to AWS IoT Wireless.
destinationName
- The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the
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 from the devices in the import task that are onboarded to AWS IoT Wireless.
public StartWirelessDeviceImportTaskRequest withDestinationName(String destinationName)
The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the import task that are onboarded to AWS IoT Wireless.
destinationName
- The name of the Sidewalk destination that describes the IoT rule to route messages from the devices in the
import task that are onboarded to AWS IoT Wireless.public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public StartWirelessDeviceImportTaskRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setTags(Collection<Tag> tags)
tags
- public StartWirelessDeviceImportTaskRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- public StartWirelessDeviceImportTaskRequest withTags(Collection<Tag> tags)
tags
- public void setSidewalk(SidewalkStartImportInfo sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
sidewalk
- The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.public SidewalkStartImportInfo getSidewalk()
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
public StartWirelessDeviceImportTaskRequest withSidewalk(SidewalkStartImportInfo sidewalk)
The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.
sidewalk
- The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.public String toString()
toString
in class Object
Object.toString()
public StartWirelessDeviceImportTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.