public class CreateExportTaskResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateExportTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateExportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskId()
Id of the export task that got created.
|
int |
hashCode() |
void |
setTaskId(String taskId)
Id of the export task that got created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateExportTaskResult |
withTaskId(String taskId)
Id of the export task that got created.
|
public void setTaskId(String taskId)
Id of the export task that got created.
taskId
- Id of the export task that got created.public String getTaskId()
Id of the export task that got created.
public CreateExportTaskResult withTaskId(String taskId)
Id of the export task that got created.
taskId
- Id of the export task that got created.public String toString()
toString
in class Object
Object.toString()
public CreateExportTaskResult clone()
Copyright © 2016. All rights reserved.