@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DryRunProgressStatus extends Object implements Serializable, Cloneable, StructuredPojo
Information about the progress of a pre-upgrade dry run analysis.
Constructor and Description |
---|
DryRunProgressStatus() |
Modifier and Type | Method and Description |
---|---|
DryRunProgressStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCreationDate()
The timestamp when the dry run was initiated.
|
String |
getDryRunId()
The unique identifier of the dry run.
|
String |
getDryRunStatus()
The current status of the dry run.
|
String |
getUpdateDate()
The timestamp when the dry run was last updated.
|
List<ValidationFailure> |
getValidationFailures()
Any validation failures that occurred as a result of the dry run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(String creationDate)
The timestamp when the dry run was initiated.
|
void |
setDryRunId(String dryRunId)
The unique identifier of the dry run.
|
void |
setDryRunStatus(String dryRunStatus)
The current status of the dry run.
|
void |
setUpdateDate(String updateDate)
The timestamp when the dry run was last updated.
|
void |
setValidationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
|
String |
toString()
Returns a string representation of this object.
|
DryRunProgressStatus |
withCreationDate(String creationDate)
The timestamp when the dry run was initiated.
|
DryRunProgressStatus |
withDryRunId(String dryRunId)
The unique identifier of the dry run.
|
DryRunProgressStatus |
withDryRunStatus(String dryRunStatus)
The current status of the dry run.
|
DryRunProgressStatus |
withUpdateDate(String updateDate)
The timestamp when the dry run was last updated.
|
DryRunProgressStatus |
withValidationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
|
DryRunProgressStatus |
withValidationFailures(ValidationFailure... validationFailures)
Any validation failures that occurred as a result of the dry run.
|
public void setDryRunId(String dryRunId)
The unique identifier of the dry run.
dryRunId
- The unique identifier of the dry run.public String getDryRunId()
The unique identifier of the dry run.
public DryRunProgressStatus withDryRunId(String dryRunId)
The unique identifier of the dry run.
dryRunId
- The unique identifier of the dry run.public void setDryRunStatus(String dryRunStatus)
The current status of the dry run.
dryRunStatus
- The current status of the dry run.public String getDryRunStatus()
The current status of the dry run.
public DryRunProgressStatus withDryRunStatus(String dryRunStatus)
The current status of the dry run.
dryRunStatus
- The current status of the dry run.public void setCreationDate(String creationDate)
The timestamp when the dry run was initiated.
creationDate
- The timestamp when the dry run was initiated.public String getCreationDate()
The timestamp when the dry run was initiated.
public DryRunProgressStatus withCreationDate(String creationDate)
The timestamp when the dry run was initiated.
creationDate
- The timestamp when the dry run was initiated.public void setUpdateDate(String updateDate)
The timestamp when the dry run was last updated.
updateDate
- The timestamp when the dry run was last updated.public String getUpdateDate()
The timestamp when the dry run was last updated.
public DryRunProgressStatus withUpdateDate(String updateDate)
The timestamp when the dry run was last updated.
updateDate
- The timestamp when the dry run was last updated.public List<ValidationFailure> getValidationFailures()
Any validation failures that occurred as a result of the dry run.
public void setValidationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
validationFailures
- Any validation failures that occurred as a result of the dry run.public DryRunProgressStatus withValidationFailures(ValidationFailure... validationFailures)
Any validation failures that occurred as a result of the dry run.
NOTE: This method appends the values to the existing list (if any). Use
setValidationFailures(java.util.Collection)
or withValidationFailures(java.util.Collection)
if
you want to override the existing values.
validationFailures
- Any validation failures that occurred as a result of the dry run.public DryRunProgressStatus withValidationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
validationFailures
- Any validation failures that occurred as a result of the dry run.public String toString()
toString
in class Object
Object.toString()
public DryRunProgressStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.