@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnFilterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The column configuration of the asset filter.
Constructor and Description |
---|
ColumnFilterConfiguration() |
Modifier and Type | Method and Description |
---|---|
ColumnFilterConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIncludedColumnNames()
Specifies whether to include column names.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIncludedColumnNames(Collection<String> includedColumnNames)
Specifies whether to include column names.
|
String |
toString()
Returns a string representation of this object.
|
ColumnFilterConfiguration |
withIncludedColumnNames(Collection<String> includedColumnNames)
Specifies whether to include column names.
|
ColumnFilterConfiguration |
withIncludedColumnNames(String... includedColumnNames)
Specifies whether to include column names.
|
public List<String> getIncludedColumnNames()
Specifies whether to include column names.
public void setIncludedColumnNames(Collection<String> includedColumnNames)
Specifies whether to include column names.
includedColumnNames
- Specifies whether to include column names.public ColumnFilterConfiguration withIncludedColumnNames(String... includedColumnNames)
Specifies whether to include column names.
NOTE: This method appends the values to the existing list (if any). Use
setIncludedColumnNames(java.util.Collection)
or withIncludedColumnNames(java.util.Collection)
if you want to override the existing values.
includedColumnNames
- Specifies whether to include column names.public ColumnFilterConfiguration withIncludedColumnNames(Collection<String> includedColumnNames)
Specifies whether to include column names.
includedColumnNames
- Specifies whether to include column names.public String toString()
toString
in class Object
Object.toString()
public ColumnFilterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.