@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateParallelDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateParallelDataResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateParallelDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The custom name that you assigned to the parallel data resource.
|
String |
getStatus()
The status of the parallel data resource.
|
int |
hashCode() |
void |
setName(String name)
The custom name that you assigned to the parallel data resource.
|
void |
setStatus(String status)
The status of the parallel data resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateParallelDataResult |
withName(String name)
The custom name that you assigned to the parallel data resource.
|
CreateParallelDataResult |
withStatus(ParallelDataStatus status)
The status of the parallel data resource.
|
CreateParallelDataResult |
withStatus(String status)
The status of the parallel data resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The custom name that you assigned to the parallel data resource.
name - The custom name that you assigned to the parallel data resource.public String getName()
The custom name that you assigned to the parallel data resource.
public CreateParallelDataResult withName(String name)
The custom name that you assigned to the parallel data resource.
name - The custom name that you assigned to the parallel data resource.public void setStatus(String status)
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.
status - The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.ParallelDataStatuspublic String getStatus()
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.
ACTIVE.ParallelDataStatuspublic CreateParallelDataResult withStatus(String status)
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.
status - The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.ParallelDataStatuspublic CreateParallelDataResult withStatus(ParallelDataStatus status)
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.
status - The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE.ParallelDataStatuspublic String toString()
toString in class ObjectObject.toString()public CreateParallelDataResult clone()