@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportResult extends Object implements Serializable, Cloneable, StructuredPojo
Indicates whether DataSync created a complete task report for your transfer.
| Constructor and Description | 
|---|
| ReportResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReportResult | clone() | 
| boolean | equals(Object obj) | 
| String | getErrorCode()
 Indicates the code associated with the error if DataSync can't create a complete report. | 
| String | getErrorDetail()
 Provides details about issues creating a report. | 
| String | getStatus()
 Indicates whether DataSync is still working on your report, created a report, or can't create a complete report. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setErrorCode(String errorCode)
 Indicates the code associated with the error if DataSync can't create a complete report. | 
| void | setErrorDetail(String errorDetail)
 Provides details about issues creating a report. | 
| void | setStatus(String status)
 Indicates whether DataSync is still working on your report, created a report, or can't create a complete report. | 
| String | toString()Returns a string representation of this object. | 
| ReportResult | withErrorCode(String errorCode)
 Indicates the code associated with the error if DataSync can't create a complete report. | 
| ReportResult | withErrorDetail(String errorDetail)
 Provides details about issues creating a report. | 
| ReportResult | withStatus(PhaseStatus status)
 Indicates whether DataSync is still working on your report, created a report, or can't create a complete report. | 
| ReportResult | withStatus(String status)
 Indicates whether DataSync is still working on your report, created a report, or can't create a complete report. | 
public void setStatus(String status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
status - Indicates whether DataSync is still working on your report, created a report, or can't create a complete
        report.PhaseStatuspublic String getStatus()
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
PhaseStatuspublic ReportResult withStatus(String status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
status - Indicates whether DataSync is still working on your report, created a report, or can't create a complete
        report.PhaseStatuspublic ReportResult withStatus(PhaseStatus status)
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
status - Indicates whether DataSync is still working on your report, created a report, or can't create a complete
        report.PhaseStatuspublic void setErrorCode(String errorCode)
Indicates the code associated with the error if DataSync can't create a complete report.
errorCode - Indicates the code associated with the error if DataSync can't create a complete report.public String getErrorCode()
Indicates the code associated with the error if DataSync can't create a complete report.
public ReportResult withErrorCode(String errorCode)
Indicates the code associated with the error if DataSync can't create a complete report.
errorCode - Indicates the code associated with the error if DataSync can't create a complete report.public void setErrorDetail(String errorDetail)
Provides details about issues creating a report.
errorDetail - Provides details about issues creating a report.public String getErrorDetail()
Provides details about issues creating a report.
public ReportResult withErrorDetail(String errorDetail)
Provides details about issues creating a report.
errorDetail - Provides details about issues creating a report.public String toString()
toString in class ObjectObject.toString()public ReportResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.