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