@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CalculationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configuration information for the calculation.
Constructor and Description |
---|
CalculationConfiguration() |
Modifier and Type | Method and Description |
---|---|
CalculationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getCodeBlock()
A string that contains the code for the calculation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCodeBlock(String codeBlock)
A string that contains the code for the calculation.
|
String |
toString()
Returns a string representation of this object.
|
CalculationConfiguration |
withCodeBlock(String codeBlock)
A string that contains the code for the calculation.
|
public void setCodeBlock(String codeBlock)
A string that contains the code for the calculation.
codeBlock
- A string that contains the code for the calculation.public String getCodeBlock()
A string that contains the code for the calculation.
public CalculationConfiguration withCodeBlock(String codeBlock)
A string that contains the code for the calculation.
codeBlock
- A string that contains the code for the calculation.public String toString()
toString
in class Object
Object.toString()
public CalculationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.