@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the parameters used for a select.
Constructor and Description |
---|
SelectParameters() |
Modifier and Type | Method and Description |
---|---|
SelectParameters |
clone() |
boolean |
equals(Object obj) |
String |
getExpression()
The expression that is used to select the object.
|
String |
getExpressionType()
The type of the provided expression, for example
SQL . |
InputSerialization |
getInputSerialization()
Describes the serialization format of the object.
|
OutputSerialization |
getOutputSerialization()
Describes how the results of the select job are serialized.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExpression(String expression)
The expression that is used to select the object.
|
void |
setExpressionType(String expressionType)
The type of the provided expression, for example
SQL . |
void |
setInputSerialization(InputSerialization inputSerialization)
Describes the serialization format of the object.
|
void |
setOutputSerialization(OutputSerialization outputSerialization)
Describes how the results of the select job are serialized.
|
String |
toString()
Returns a string representation of this object.
|
SelectParameters |
withExpression(String expression)
The expression that is used to select the object.
|
SelectParameters |
withExpressionType(ExpressionType expressionType)
The type of the provided expression, for example
SQL . |
SelectParameters |
withExpressionType(String expressionType)
The type of the provided expression, for example
SQL . |
SelectParameters |
withInputSerialization(InputSerialization inputSerialization)
Describes the serialization format of the object.
|
SelectParameters |
withOutputSerialization(OutputSerialization outputSerialization)
Describes how the results of the select job are serialized.
|
public void setInputSerialization(InputSerialization inputSerialization)
Describes the serialization format of the object.
inputSerialization
- Describes the serialization format of the object.public InputSerialization getInputSerialization()
Describes the serialization format of the object.
public SelectParameters withInputSerialization(InputSerialization inputSerialization)
Describes the serialization format of the object.
inputSerialization
- Describes the serialization format of the object.public void setExpressionType(String expressionType)
The type of the provided expression, for example SQL
.
expressionType
- The type of the provided expression, for example SQL
.ExpressionType
public String getExpressionType()
The type of the provided expression, for example SQL
.
SQL
.ExpressionType
public SelectParameters withExpressionType(String expressionType)
The type of the provided expression, for example SQL
.
expressionType
- The type of the provided expression, for example SQL
.ExpressionType
public SelectParameters withExpressionType(ExpressionType expressionType)
The type of the provided expression, for example SQL
.
expressionType
- The type of the provided expression, for example SQL
.ExpressionType
public void setExpression(String expression)
The expression that is used to select the object.
expression
- The expression that is used to select the object.public String getExpression()
The expression that is used to select the object.
public SelectParameters withExpression(String expression)
The expression that is used to select the object.
expression
- The expression that is used to select the object.public void setOutputSerialization(OutputSerialization outputSerialization)
Describes how the results of the select job are serialized.
outputSerialization
- Describes how the results of the select job are serialized.public OutputSerialization getOutputSerialization()
Describes how the results of the select job are serialized.
public SelectParameters withOutputSerialization(OutputSerialization outputSerialization)
Describes how the results of the select job are serialized.
outputSerialization
- Describes how the results of the select job are serialized.public String toString()
toString
in class Object
Object.toString()
public SelectParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.