public class UpdateParallelDataResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdateParallelDataResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getLatestUpdateAttemptAt()
The time that the most recent update was attempted.
|
java.lang.String |
getLatestUpdateAttemptStatus()
The status of the parallel data update attempt.
|
java.lang.String |
getName()
The name of the parallel data resource being updated.
|
java.lang.String |
getStatus()
The status of the parallel data resource that you are attempting to
update.
|
int |
hashCode() |
void |
setLatestUpdateAttemptAt(java.util.Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
|
void |
setLatestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
void |
setLatestUpdateAttemptStatus(java.lang.String latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
void |
setName(java.lang.String name)
The name of the parallel data resource being updated.
|
void |
setStatus(ParallelDataStatus status)
The status of the parallel data resource that you are attempting to
update.
|
void |
setStatus(java.lang.String status)
The status of the parallel data resource that you are attempting to
update.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateParallelDataResult |
withLatestUpdateAttemptAt(java.util.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(java.lang.String latestUpdateAttemptStatus)
The status of the parallel data update attempt.
|
UpdateParallelDataResult |
withName(java.lang.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(java.lang.String status)
The status of the parallel data resource that you are attempting to
update.
|
public java.lang.String getName()
The name of the parallel data resource being updated.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
The name of the parallel data resource being updated.
public void setName(java.lang.String name)
The name of the parallel data resource being updated.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name
- The name of the parallel data resource being updated.
public UpdateParallelDataResult withName(java.lang.String name)
The name of the parallel data resource being updated.
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 name of the parallel data resource being updated.
public java.lang.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
.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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 setStatus(java.lang.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
.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, 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(java.lang.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
.
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 that you are
attempting to update. Your update request is accepted only if
this status is either ACTIVE
or
FAILED
.
ParallelDataStatus
public void setStatus(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
.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, 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
.
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 that you are
attempting to update. Your update request is accepted only if
this status is either ACTIVE
or
FAILED
.
ParallelDataStatus
public java.lang.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
.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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 setLatestUpdateAttemptStatus(java.lang.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
.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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(java.lang.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
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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 setLatestUpdateAttemptStatus(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
.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, UPDATING, ACTIVE, DELETING, FAILED
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 java.util.Date getLatestUpdateAttemptAt()
The time that the most recent update was attempted.
The time that the most recent update was attempted.
public void setLatestUpdateAttemptAt(java.util.Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
latestUpdateAttemptAt
- The time that the most recent update was attempted.
public UpdateParallelDataResult withLatestUpdateAttemptAt(java.util.Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
Returns a reference to this object so that method calls can be chained together.
latestUpdateAttemptAt
- The time that the most recent update was attempted.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.