@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnWildcard extends Object implements Serializable, Cloneable, StructuredPojo
A wildcard object, consisting of an optional list of excluded column names or indexes.
Constructor and Description |
---|
ColumnWildcard() |
Modifier and Type | Method and Description |
---|---|
ColumnWildcard |
clone() |
boolean |
equals(Object obj) |
List<String> |
getExcludedColumnNames()
Excludes column names.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExcludedColumnNames(Collection<String> excludedColumnNames)
Excludes column names.
|
String |
toString()
Returns a string representation of this object.
|
ColumnWildcard |
withExcludedColumnNames(Collection<String> excludedColumnNames)
Excludes column names.
|
ColumnWildcard |
withExcludedColumnNames(String... excludedColumnNames)
Excludes column names.
|
public List<String> getExcludedColumnNames()
Excludes column names. Any column with this name will be excluded.
public void setExcludedColumnNames(Collection<String> excludedColumnNames)
Excludes column names. Any column with this name will be excluded.
excludedColumnNames
- Excludes column names. Any column with this name will be excluded.public ColumnWildcard withExcludedColumnNames(String... excludedColumnNames)
Excludes column names. Any column with this name will be excluded.
NOTE: This method appends the values to the existing list (if any). Use
setExcludedColumnNames(java.util.Collection)
or withExcludedColumnNames(java.util.Collection)
if you want to override the existing values.
excludedColumnNames
- Excludes column names. Any column with this name will be excluded.public ColumnWildcard withExcludedColumnNames(Collection<String> excludedColumnNames)
Excludes column names. Any column with this name will be excluded.
excludedColumnNames
- Excludes column names. Any column with this name will be excluded.public String toString()
toString
in class Object
Object.toString()
public ColumnWildcard clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.