@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCalculationExecutionCodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCalculationExecutionCodeResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCalculationExecutionCodeResult |
clone() |
boolean |
equals(Object obj) |
String |
getCodeBlock()
The unencrypted code that was executed for the calculation.
|
int |
hashCode() |
void |
setCodeBlock(String codeBlock)
The unencrypted code that was executed for the calculation.
|
String |
toString()
Returns a string representation of this object.
|
GetCalculationExecutionCodeResult |
withCodeBlock(String codeBlock)
The unencrypted code that was executed for the calculation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCodeBlock(String codeBlock)
The unencrypted code that was executed for the calculation.
codeBlock - The unencrypted code that was executed for the calculation.public String getCodeBlock()
The unencrypted code that was executed for the calculation.
public GetCalculationExecutionCodeResult withCodeBlock(String codeBlock)
The unencrypted code that was executed for the calculation.
codeBlock - The unencrypted code that was executed for the calculation.public String toString()
toString in class ObjectObject.toString()public GetCalculationExecutionCodeResult clone()