@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagColumnOperation extends Object implements Serializable, Cloneable, StructuredPojo
A transform operation that removes tags associated with a column.
Constructor and Description |
---|
UntagColumnOperation() |
Modifier and Type | Method and Description |
---|---|
UntagColumnOperation |
clone() |
boolean |
equals(Object obj) |
String |
getColumnName()
The column that this operation acts on.
|
List<String> |
getTagNames()
The column tags to remove from this column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnName(String columnName)
The column that this operation acts on.
|
void |
setTagNames(Collection<String> tagNames)
The column tags to remove from this column.
|
String |
toString()
Returns a string representation of this object.
|
UntagColumnOperation |
withColumnName(String columnName)
The column that this operation acts on.
|
UntagColumnOperation |
withTagNames(Collection<String> tagNames)
The column tags to remove from this column.
|
UntagColumnOperation |
withTagNames(ColumnTagName... tagNames)
The column tags to remove from this column.
|
UntagColumnOperation |
withTagNames(String... tagNames)
The column tags to remove from this column.
|
public void setColumnName(String columnName)
The column that this operation acts on.
columnName
- The column that this operation acts on.public String getColumnName()
The column that this operation acts on.
public UntagColumnOperation withColumnName(String columnName)
The column that this operation acts on.
columnName
- The column that this operation acts on.public List<String> getTagNames()
The column tags to remove from this column.
ColumnTagName
public void setTagNames(Collection<String> tagNames)
The column tags to remove from this column.
tagNames
- The column tags to remove from this column.ColumnTagName
public UntagColumnOperation withTagNames(String... tagNames)
The column tags to remove from this column.
NOTE: This method appends the values to the existing list (if any). Use
setTagNames(java.util.Collection)
or withTagNames(java.util.Collection)
if you want to override
the existing values.
tagNames
- The column tags to remove from this column.ColumnTagName
public UntagColumnOperation withTagNames(Collection<String> tagNames)
The column tags to remove from this column.
tagNames
- The column tags to remove from this column.ColumnTagName
public UntagColumnOperation withTagNames(ColumnTagName... tagNames)
The column tags to remove from this column.
tagNames
- The column tags to remove from this column.ColumnTagName
public String toString()
toString
in class Object
Object.toString()
public UntagColumnOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.