@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportOverride extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the level of detail for a particular aspect of your DataSync task report.
| Constructor and Description | 
|---|
ReportOverride()  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportOverride | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getReportLevel()
 Specifies whether your task report includes errors only or successes and errors. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setReportLevel(String reportLevel)
 Specifies whether your task report includes errors only or successes and errors. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ReportOverride | 
withReportLevel(ReportLevel reportLevel)
 Specifies whether your task report includes errors only or successes and errors. 
 | 
ReportOverride | 
withReportLevel(String reportLevel)
 Specifies whether your task report includes errors only or successes and errors. 
 | 
public void setReportLevel(String reportLevel)
Specifies whether your task report includes errors only or successes and errors.
 For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY
 ). At the same time, you want to verify that your task filter is working correctly.
 In this situation, you can get a list of what files DataSync successfully skipped and if something transferred
 that you didn't to transfer (SUCCESSES_AND_ERRORS).
 
reportLevel - Specifies whether your task report includes errors only or successes and errors.
        
        For example, your report might mostly include only what didn't go well in your transfer (
        ERRORS_ONLY). At the same time, you want to verify that your task filter is working
        correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
        something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevelpublic String getReportLevel()
Specifies whether your task report includes errors only or successes and errors.
 For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY
 ). At the same time, you want to verify that your task filter is working correctly.
 In this situation, you can get a list of what files DataSync successfully skipped and if something transferred
 that you didn't to transfer (SUCCESSES_AND_ERRORS).
 
         For example, your report might mostly include only what didn't go well in your transfer (
         ERRORS_ONLY). At the same time, you want to verify that your task filter is working
         correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
         something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevelpublic ReportOverride withReportLevel(String reportLevel)
Specifies whether your task report includes errors only or successes and errors.
 For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY
 ). At the same time, you want to verify that your task filter is working correctly.
 In this situation, you can get a list of what files DataSync successfully skipped and if something transferred
 that you didn't to transfer (SUCCESSES_AND_ERRORS).
 
reportLevel - Specifies whether your task report includes errors only or successes and errors.
        
        For example, your report might mostly include only what didn't go well in your transfer (
        ERRORS_ONLY). At the same time, you want to verify that your task filter is working
        correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
        something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevelpublic ReportOverride withReportLevel(ReportLevel reportLevel)
Specifies whether your task report includes errors only or successes and errors.
 For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY
 ). At the same time, you want to verify that your task filter is working correctly.
 In this situation, you can get a list of what files DataSync successfully skipped and if something transferred
 that you didn't to transfer (SUCCESSES_AND_ERRORS).
 
reportLevel - Specifies whether your task report includes errors only or successes and errors.
        
        For example, your report might mostly include only what didn't go well in your transfer (
        ERRORS_ONLY). At the same time, you want to verify that your task filter is working
        correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
        something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevelpublic String toString()
toString in class ObjectObject.toString()public ReportOverride clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.