Class SelectParameters
- java.lang.Object
-
- software.amazon.awssdk.services.glacier.model.SelectParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SelectParameters.Builder,SelectParameters>
@Generated("software.amazon.awssdk:codegen") public final class SelectParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelectParameters.Builder,SelectParameters>
Contains information about the parameters used for a select.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelectParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexpression()The expression that is used to select the object.ExpressionTypeexpressionType()The type of the provided expression, for exampleSQL.StringexpressionTypeAsString()The type of the provided expression, for exampleSQL.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InputSerializationinputSerialization()Describes the serialization format of the object.OutputSerializationoutputSerialization()Describes how the results of the select job are serialized.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SelectParameters.Builder>serializableBuilderClass()SelectParameters.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
-
inputSerialization
public final InputSerialization inputSerialization()
Describes the serialization format of the object.
- Returns:
- Describes the serialization format of the object.
-
expressionType
public final ExpressionType expressionType()
The type of the provided expression, for example
SQL.If the service returns an enum value that is not available in the current SDK version,
expressionTypewill returnExpressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpressionTypeAsString().- Returns:
- The type of the provided expression, for example
SQL. - See Also:
ExpressionType
-
expressionTypeAsString
public final String expressionTypeAsString()
The type of the provided expression, for example
SQL.If the service returns an enum value that is not available in the current SDK version,
expressionTypewill returnExpressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpressionTypeAsString().- Returns:
- The type of the provided expression, for example
SQL. - See Also:
ExpressionType
-
expression
public final String expression()
The expression that is used to select the object.
- Returns:
- The expression that is used to select the object.
-
outputSerialization
public final OutputSerialization outputSerialization()
Describes how the results of the select job are serialized.
- Returns:
- Describes how the results of the select job are serialized.
-
toBuilder
public SelectParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SelectParameters.Builder,SelectParameters>
-
builder
public static SelectParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends SelectParameters.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
-
-