@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsNullExpression extends Object implements Serializable, Cloneable, StructuredPojo
Specifies that the expression is null.
| Constructor and Description |
|---|
IsNullExpression() |
| Modifier and Type | Method and Description |
|---|---|
IsNullExpression |
clone() |
boolean |
equals(Object obj) |
String |
getColumnName()
The name of the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumnName(String columnName)
The name of the column.
|
String |
toString()
Returns a string representation of this object.
|
IsNullExpression |
withColumnName(String columnName)
The name of the column.
|
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 IsNullExpression withColumnName(String columnName)
The name of the column.
columnName - The name of the column.public String toString()
toString in class ObjectObject.toString()public IsNullExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.