@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataRepositoryTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataRepositoryTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataRepositoryTaskResult |
clone() |
boolean |
equals(Object obj) |
DataRepositoryTask |
getDataRepositoryTask()
The description of the data repository task that you just created.
|
int |
hashCode() |
void |
setDataRepositoryTask(DataRepositoryTask dataRepositoryTask)
The description of the data repository task that you just created.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataRepositoryTaskResult |
withDataRepositoryTask(DataRepositoryTask dataRepositoryTask)
The description of the data repository task that you just created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataRepositoryTask(DataRepositoryTask dataRepositoryTask)
The description of the data repository task that you just created.
dataRepositoryTask
- The description of the data repository task that you just created.public DataRepositoryTask getDataRepositoryTask()
The description of the data repository task that you just created.
public CreateDataRepositoryTaskResult withDataRepositoryTask(DataRepositoryTask dataRepositoryTask)
The description of the data repository task that you just created.
dataRepositoryTask
- The description of the data repository task that you just created.public String toString()
toString
in class Object
Object.toString()
public CreateDataRepositoryTaskResult clone()