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