@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsNotNullExpression extends Object implements Serializable, Cloneable, StructuredPojo
Specifies that the expression is not null.
| Constructor and Description |
|---|
IsNotNullExpression() |
| Modifier and Type | Method and Description |
|---|---|
IsNotNullExpression |
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.
|
IsNotNullExpression |
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 IsNotNullExpression withColumnName(String columnName)
The name of the column.
columnName - The name of the column.public String toString()
toString in class ObjectObject.toString()public IsNotNullExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.