@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ErrorReportConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration required for error reporting.
| Constructor and Description | 
|---|
| ErrorReportConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| ErrorReportConfiguration | clone() | 
| boolean | equals(Object obj) | 
| S3Configuration | getS3Configuration()
 The S3 configuration for the error reports. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setS3Configuration(S3Configuration s3Configuration)
 The S3 configuration for the error reports. | 
| String | toString()Returns a string representation of this object. | 
| ErrorReportConfiguration | withS3Configuration(S3Configuration s3Configuration)
 The S3 configuration for the error reports. | 
public void setS3Configuration(S3Configuration s3Configuration)
The S3 configuration for the error reports.
s3Configuration - The S3 configuration for the error reports.public S3Configuration getS3Configuration()
The S3 configuration for the error reports.
public ErrorReportConfiguration withS3Configuration(S3Configuration s3Configuration)
The S3 configuration for the error reports.
s3Configuration - The S3 configuration for the error reports.public String toString()
toString in class ObjectObject.toString()public ErrorReportConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.