@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InExpression extends Object implements Serializable, Cloneable, StructuredPojo
Specifies whether values are in the expression.
| Constructor and Description |
|---|
InExpression () |
| Modifier and Type | Method and Description |
|---|---|
InExpression |
clone () |
boolean |
equals (Object obj) |
String |
getColumnName ()
The name of the column.
|
List<String> |
getValues ()
The values that might be in the expression.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumnName (String columnName)
The name of the column.
|
void |
setValues (Collection<String> values)
The values that might be in the expression.
|
String |
toString ()
Returns a string representation of this object.
|
InExpression |
withColumnName (String columnName)
The name of the column.
|
InExpression |
withValues (Collection<String> values)
The values that might be in the expression.
|
InExpression |
withValues (String... values)
The values that might be in the expression.
|
public InExpression()
public void setColumnName(String columnName)
The name of the column.
columnName - The name of the column.public String getColumnName()
The name of the column.
public InExpression withColumnName(String columnName)
The name of the column.
columnName - The name of the column.public List<String> getValues()
The values that might be in the expression.
public void setValues(Collection<String> values)
The values that might be in the expression.
values - The values that might be in the expression.public InExpression withValues(String... values)
The values that might be in the expression.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The values that might be in the expression.public InExpression withValues(Collection<String> values)
The values that might be in the expression.
values - The values that might be in the expression.public String toString()
toString in class Object Object.toString() public InExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.