@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportOverrides extends Object implements Serializable, Cloneable, StructuredPojo
The level of detail included in each aspect of your DataSync task report.
Constructor and Description |
---|
ReportOverrides() |
Modifier and Type | Method and Description |
---|---|
ReportOverrides |
clone() |
boolean |
equals(Object obj) |
ReportOverride |
getDeleted()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverride |
getSkipped()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
ReportOverride |
getTransferred()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverride |
getVerified()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
void |
setSkipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
void |
setTransferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
void |
setVerified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
String |
toString()
Returns a string representation of this object.
|
ReportOverrides |
withDeleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverrides |
withSkipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
ReportOverrides |
withTransferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverrides |
withVerified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
public void setTransferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
transferred
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to
transfer.public ReportOverride getTransferred()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
public ReportOverrides withTransferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
transferred
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to
transfer.public void setVerified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you configure your task to verify data during and after the transfer (which DataSync does by default).
verified
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify
at the end of your transfer. This only applies if you configure your task to verify data during and after the transfer (which DataSync does by default).public ReportOverride getVerified()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you configure your task to verify data during and after the transfer (which DataSync does by default).
public ReportOverrides withVerified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you configure your task to verify data during and after the transfer (which DataSync does by default).
verified
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify
at the end of your transfer. This only applies if you configure your task to verify data during and after the transfer (which DataSync does by default).public void setDeleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.
deleted
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete
in your destination location. This only applies if you configure your
task to delete data in the destination that isn't in the source.public ReportOverride getDeleted()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.
public ReportOverrides withDeleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.
deleted
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete
in your destination location. This only applies if you configure your
task to delete data in the destination that isn't in the source.public void setSkipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
skipped
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip
during your transfer.public ReportOverride getSkipped()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
public ReportOverrides withSkipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
skipped
- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip
during your transfer.public String toString()
toString
in class Object
Object.toString()
public ReportOverrides clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.