@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, setSdkResponseMetadata
public 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
.ParallelDataStatus
public String getStatus()
The status of the parallel data resource. When the resource is ready for you to use, the status is
ACTIVE
.
ACTIVE
.ParallelDataStatus
public 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
.ParallelDataStatus
public 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
.ParallelDataStatus
public String toString()
toString
in class Object
Object.toString()
public CreateParallelDataResult clone()