@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWirelessDeviceImportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartWirelessDeviceImportTaskResult() |
Modifier and Type | Method and Description |
---|---|
StartWirelessDeviceImportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN (Amazon Resource Name) of the import task.
|
String |
getId()
The import task ID.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
void |
setId(String id)
The import task ID.
|
String |
toString()
Returns a string representation of this object.
|
StartWirelessDeviceImportTaskResult |
withArn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
StartWirelessDeviceImportTaskResult |
withId(String id)
The import task ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The import task ID.
id
- The import task ID.public String getId()
The import task ID.
public StartWirelessDeviceImportTaskResult withId(String id)
The import task ID.
id
- The import task ID.public void setArn(String arn)
The ARN (Amazon Resource Name) of the import task.
arn
- The ARN (Amazon Resource Name) of the import task.public String getArn()
The ARN (Amazon Resource Name) of the import task.
public StartWirelessDeviceImportTaskResult withArn(String arn)
The ARN (Amazon Resource Name) of the import task.
arn
- The ARN (Amazon Resource Name) of the import task.public String toString()
toString
in class Object
Object.toString()
public StartWirelessDeviceImportTaskResult clone()