@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Report configuration for a batch load task. This contains details about where error reports are stored.
Constructor and Description |
---|
ReportConfiguration() |
Modifier and Type | Method and Description |
---|---|
ReportConfiguration |
clone() |
boolean |
equals(Object obj) |
ReportS3Configuration |
getReportS3Configuration()
Configuration of an S3 location to write error reports and events for a batch load.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
|
String |
toString()
Returns a string representation of this object.
|
ReportConfiguration |
withReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
|
public void setReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
reportS3Configuration
- Configuration of an S3 location to write error reports and events for a batch load.public ReportS3Configuration getReportS3Configuration()
Configuration of an S3 location to write error reports and events for a batch load.
public ReportConfiguration withReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
reportS3Configuration
- Configuration of an S3 location to write error reports and events for a batch load.public String toString()
toString
in class Object
Object.toString()
public ReportConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.