@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateParallelDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateParallelDataResult() |
Modifier and Type | Method and Description |
---|---|
UpdateParallelDataResult |
clone() |
boolean |
equals(Object obj) |
Date |
getLatestUpdateAttemptAt()
The time that the most recent update was attempted.
|
String |
getLatestUpdateAttemptStatus()
The status of the parallel data update attempt.
|
String |
getName()
The name of the parallel data resource being updated.
|
String |
getStatus()
The status of the parallel data resource that you are attempting to update.
|
int |
hashCode() |
void |
setLatestUpdateAttemptAt(Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
|
void |
setLatestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
void |
setName(String name)
The name of the parallel data resource being updated.
|
void |
setStatus(String status)
The status of the parallel data resource that you are attempting to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateParallelDataResult |
withLatestUpdateAttemptAt(Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
|
UpdateParallelDataResult |
withLatestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
UpdateParallelDataResult |
withLatestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
UpdateParallelDataResult |
withName(String name)
The name of the parallel data resource being updated.
|
UpdateParallelDataResult |
withStatus(ParallelDataStatus status)
The status of the parallel data resource that you are attempting to update.
|
UpdateParallelDataResult |
withStatus(String status)
The status of the parallel data resource that you are attempting to update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the parallel data resource being updated.
name
- The name of the parallel data resource being updated.public String getName()
The name of the parallel data resource being updated.
public UpdateParallelDataResult withName(String name)
The name of the parallel data resource being updated.
name
- The name of the parallel data resource being updated.public void setStatus(String status)
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE
or FAILED
.
status
- The status of the parallel data resource that you are attempting to update. Your update request is
accepted only if this status is either ACTIVE
or FAILED
.ParallelDataStatus
public String getStatus()
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE
or FAILED
.
ACTIVE
or FAILED
.ParallelDataStatus
public UpdateParallelDataResult withStatus(String status)
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE
or FAILED
.
status
- The status of the parallel data resource that you are attempting to update. Your update request is
accepted only if this status is either ACTIVE
or FAILED
.ParallelDataStatus
public UpdateParallelDataResult withStatus(ParallelDataStatus status)
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE
or FAILED
.
status
- The status of the parallel data resource that you are attempting to update. Your update request is
accepted only if this status is either ACTIVE
or FAILED
.ParallelDataStatus
public void setLatestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE
.
latestUpdateAttemptStatus
- The status of the parallel data update attempt. When the updated parallel data resource is ready for you
to use, the status is ACTIVE
.ParallelDataStatus
public String getLatestUpdateAttemptStatus()
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE
.
ACTIVE
.ParallelDataStatus
public UpdateParallelDataResult withLatestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE
.
latestUpdateAttemptStatus
- The status of the parallel data update attempt. When the updated parallel data resource is ready for you
to use, the status is ACTIVE
.ParallelDataStatus
public UpdateParallelDataResult withLatestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE
.
latestUpdateAttemptStatus
- The status of the parallel data update attempt. When the updated parallel data resource is ready for you
to use, the status is ACTIVE
.ParallelDataStatus
public void setLatestUpdateAttemptAt(Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
latestUpdateAttemptAt
- The time that the most recent update was attempted.public Date getLatestUpdateAttemptAt()
The time that the most recent update was attempted.
public UpdateParallelDataResult withLatestUpdateAttemptAt(Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
latestUpdateAttemptAt
- The time that the most recent update was attempted.public String toString()
toString
in class Object
Object.toString()
public UpdateParallelDataResult clone()