@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()
A pre-signed URL to the code that executed the calculation.
|
int |
hashCode() |
void |
setCodeBlock(String codeBlock)
A pre-signed URL to the code that executed the calculation.
|
String |
toString()
Returns a string representation of this object.
|
GetCalculationExecutionCodeResult |
withCodeBlock(String codeBlock)
A pre-signed URL to the code that executed the calculation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCodeBlock(String codeBlock)
A pre-signed URL to the code that executed the calculation.
codeBlock
- A pre-signed URL to the code that executed the calculation.public String getCodeBlock()
A pre-signed URL to the code that executed the calculation.
public GetCalculationExecutionCodeResult withCodeBlock(String codeBlock)
A pre-signed URL to the code that executed the calculation.
codeBlock
- A pre-signed URL to the code that executed the calculation.public String toString()
toString
in class Object
Object.toString()
public GetCalculationExecutionCodeResult clone()