@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CalculationResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an application-specific calculation result.
Constructor and Description |
---|
CalculationResult() |
Modifier and Type | Method and Description |
---|---|
CalculationResult |
clone() |
boolean |
equals(Object obj) |
String |
getResultS3Uri()
The Amazon S3 location of the folder for the calculation results.
|
String |
getResultType()
The data format of the calculation result.
|
String |
getStdErrorS3Uri()
The Amazon S3 location of the
stderr error messages file for the calculation. |
String |
getStdOutS3Uri()
The Amazon S3 location of the
stdout file for the calculation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
|
void |
setResultType(String resultType)
The data format of the calculation result.
|
void |
setStdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the
stderr error messages file for the calculation. |
void |
setStdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the
stdout file for the calculation. |
String |
toString()
Returns a string representation of this object.
|
CalculationResult |
withResultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
|
CalculationResult |
withResultType(String resultType)
The data format of the calculation result.
|
CalculationResult |
withStdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the
stderr error messages file for the calculation. |
CalculationResult |
withStdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the
stdout file for the calculation. |
public void setStdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the stdout
file for the calculation.
stdOutS3Uri
- The Amazon S3 location of the stdout
file for the calculation.public String getStdOutS3Uri()
The Amazon S3 location of the stdout
file for the calculation.
stdout
file for the calculation.public CalculationResult withStdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the stdout
file for the calculation.
stdOutS3Uri
- The Amazon S3 location of the stdout
file for the calculation.public void setStdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the stderr
error messages file for the calculation.
stdErrorS3Uri
- The Amazon S3 location of the stderr
error messages file for the calculation.public String getStdErrorS3Uri()
The Amazon S3 location of the stderr
error messages file for the calculation.
stderr
error messages file for the calculation.public CalculationResult withStdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the stderr
error messages file for the calculation.
stdErrorS3Uri
- The Amazon S3 location of the stderr
error messages file for the calculation.public void setResultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
resultS3Uri
- The Amazon S3 location of the folder for the calculation results.public String getResultS3Uri()
The Amazon S3 location of the folder for the calculation results.
public CalculationResult withResultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
resultS3Uri
- The Amazon S3 location of the folder for the calculation results.public void setResultType(String resultType)
The data format of the calculation result.
resultType
- The data format of the calculation result.public String getResultType()
The data format of the calculation result.
public CalculationResult withResultType(String resultType)
The data format of the calculation result.
resultType
- The data format of the calculation result.public String toString()
toString
in class Object
Object.toString()
public CalculationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.