@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ErrorReportLocation extends Object implements Serializable, Cloneable, StructuredPojo
This contains the location of the error report for a single scheduled query call.
Constructor and Description |
---|
ErrorReportLocation() |
Modifier and Type | Method and Description |
---|---|
ErrorReportLocation |
clone() |
boolean |
equals(Object obj) |
S3ReportLocation |
getS3ReportLocation()
The S3 location where error reports are written.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
|
String |
toString()
Returns a string representation of this object.
|
ErrorReportLocation |
withS3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
|
public void setS3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
s3ReportLocation
- The S3 location where error reports are written.public S3ReportLocation getS3ReportLocation()
The S3 location where error reports are written.
public ErrorReportLocation withS3ReportLocation(S3ReportLocation s3ReportLocation)
The S3 location where error reports are written.
s3ReportLocation
- The S3 location where error reports are written.public String toString()
toString
in class Object
Object.toString()
public ErrorReportLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.