@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MagneticStoreWriteProperties extends Object implements Serializable, Cloneable, StructuredPojo
The set of properties on a table for configuring magnetic store writes.
Constructor and Description |
---|
MagneticStoreWriteProperties() |
Modifier and Type | Method and Description |
---|---|
MagneticStoreWriteProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableMagneticStoreWrites()
A flag to enable magnetic store writes.
|
MagneticStoreRejectedDataLocation |
getMagneticStoreRejectedDataLocation()
The location to write error reports for records rejected asynchronously during magnetic store writes.
|
int |
hashCode() |
Boolean |
isEnableMagneticStoreWrites()
A flag to enable magnetic store writes.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
A flag to enable magnetic store writes.
|
void |
setMagneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
|
String |
toString()
Returns a string representation of this object.
|
MagneticStoreWriteProperties |
withEnableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
A flag to enable magnetic store writes.
|
MagneticStoreWriteProperties |
withMagneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
|
public void setEnableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
A flag to enable magnetic store writes.
enableMagneticStoreWrites
- A flag to enable magnetic store writes.public Boolean getEnableMagneticStoreWrites()
A flag to enable magnetic store writes.
public MagneticStoreWriteProperties withEnableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
A flag to enable magnetic store writes.
enableMagneticStoreWrites
- A flag to enable magnetic store writes.public Boolean isEnableMagneticStoreWrites()
A flag to enable magnetic store writes.
public void setMagneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
magneticStoreRejectedDataLocation
- The location to write error reports for records rejected asynchronously during magnetic store writes.public MagneticStoreRejectedDataLocation getMagneticStoreRejectedDataLocation()
The location to write error reports for records rejected asynchronously during magnetic store writes.
public MagneticStoreWriteProperties withMagneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
magneticStoreRejectedDataLocation
- The location to write error reports for records rejected asynchronously during magnetic store writes.public String toString()
toString
in class Object
Object.toString()
public MagneticStoreWriteProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.