Class CalculationResult
- java.lang.Object
-
- software.amazon.awssdk.services.athena.model.CalculationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CalculationResult.Builder,CalculationResult>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCalculationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CalculationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresultS3Uri()The Amazon S3 location of the folder for the calculation results.StringresultType()The data format of the calculation result.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CalculationResult.Builder>serializableBuilderClass()StringstdErrorS3Uri()The Amazon S3 location of thestderrerror messages file for the calculation.StringstdOutS3Uri()The Amazon S3 location of thestdoutfile for the calculation.CalculationResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
stdOutS3Uri
public final String stdOutS3Uri()
The Amazon S3 location of the
stdoutfile for the calculation.- Returns:
- The Amazon S3 location of the
stdoutfile for the calculation.
-
stdErrorS3Uri
public final String stdErrorS3Uri()
The Amazon S3 location of the
stderrerror messages file for the calculation.- Returns:
- The Amazon S3 location of the
stderrerror messages file for the calculation.
-
resultS3Uri
public final String resultS3Uri()
The Amazon S3 location of the folder for the calculation results.
- Returns:
- The Amazon S3 location of the folder for the calculation results.
-
resultType
public final String resultType()
The data format of the calculation result.
- Returns:
- The data format of the calculation result.
-
toBuilder
public CalculationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CalculationResult.Builder,CalculationResult>
-
builder
public static CalculationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends CalculationResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-