@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackTestConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Settings for backtest mode.
Constructor and Description |
---|
BackTestConfiguration() |
Modifier and Type | Method and Description |
---|---|
BackTestConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getRunBackTestMode()
Run a backtest instead of monitoring new data.
|
int |
hashCode() |
Boolean |
isRunBackTestMode()
Run a backtest instead of monitoring new data.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRunBackTestMode(Boolean runBackTestMode)
Run a backtest instead of monitoring new data.
|
String |
toString()
Returns a string representation of this object.
|
BackTestConfiguration |
withRunBackTestMode(Boolean runBackTestMode)
Run a backtest instead of monitoring new data.
|
public void setRunBackTestMode(Boolean runBackTestMode)
Run a backtest instead of monitoring new data.
runBackTestMode
- Run a backtest instead of monitoring new data.public Boolean getRunBackTestMode()
Run a backtest instead of monitoring new data.
public BackTestConfiguration withRunBackTestMode(Boolean runBackTestMode)
Run a backtest instead of monitoring new data.
runBackTestMode
- Run a backtest instead of monitoring new data.public Boolean isRunBackTestMode()
Run a backtest instead of monitoring new data.
public String toString()
toString
in class Object
Object.toString()
public BackTestConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.