@Generated(value="software.amazon.awssdk:codegen") public final class CalculationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CalculationResult.Builder,CalculationResult>
Contains information about an application-specific calculation result.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CalculationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CalculationResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resultS3Uri()
The Amazon S3 location of the folder for the calculation results.
|
String |
resultType()
The data format of the calculation result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CalculationResult.Builder> |
serializableBuilderClass() |
String |
stdErrorS3Uri()
The Amazon S3 location of the
stderr error messages file for the calculation. |
String |
stdOutS3Uri()
The Amazon S3 location of the
stdout file for the calculation. |
CalculationResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stdOutS3Uri()
The Amazon S3 location of the stdout file for the calculation.
stdout file for the calculation.public final String stdErrorS3Uri()
The Amazon S3 location of the stderr error messages file for the calculation.
stderr error messages file for the calculation.public final String resultS3Uri()
The Amazon S3 location of the folder for the calculation results.
public final String resultType()
The data format of the calculation result.
public CalculationResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CalculationResult.Builder,CalculationResult>public static CalculationResult.Builder builder()
public static Class<? extends CalculationResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.