public class CreateParallelDataResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateParallelDataResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The custom name that you assigned to the parallel data resource.
|
java.lang.String |
getStatus()
The status of the parallel data resource.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The custom name that you assigned to the parallel data resource.
|
void |
setStatus(ParallelDataStatus status)
The status of the parallel data resource.
|
void |
setStatus(java.lang.String status)
The status of the parallel data resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateParallelDataResult |
withName(java.lang.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(java.lang.String status)
The status of the parallel data resource.
|
public java.lang.String getName()
The custom name that you assigned to the parallel data resource.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
The custom name that you assigned to the parallel data resource.
public void setName(java.lang.String name)
The custom name that you assigned to the parallel data resource.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name - The custom name that you assigned to the parallel data resource.
public CreateParallelDataResult withName(java.lang.String name)
The custom name that you assigned to the parallel data resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name - The custom name that you assigned to the parallel data resource.
public java.lang.String getStatus()
The status of the parallel data resource. When the resource is ready for
you to use, the status is ACTIVE.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
The status of the parallel data resource. When the resource is
ready for you to use, the status is ACTIVE.
ParallelDataStatuspublic void setStatus(java.lang.String status)
The status of the parallel data resource. When the resource is ready for
you to use, the status is ACTIVE.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
status -
The status of the parallel data resource. When the resource is
ready for you to use, the status is ACTIVE.
ParallelDataStatuspublic CreateParallelDataResult withStatus(java.lang.String status)
The status of the parallel data resource. When the resource is ready for
you to use, the status is ACTIVE.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
status -
The status of the parallel data resource. When the resource is
ready for you to use, the status is ACTIVE.
ParallelDataStatuspublic void setStatus(ParallelDataStatus status)
The status of the parallel data resource. When the resource is ready for
you to use, the status is ACTIVE.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
status -
The status of the parallel data resource. When the resource is
ready for you to use, the status is ACTIVE.
ParallelDataStatuspublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.