@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) |
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.
ColumnTagNamepublic void setTagNames(Collection<String> tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.ColumnTagNamepublic 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.ColumnTagNamepublic UntagColumnOperation withTagNames(Collection<String> tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.ColumnTagNamepublic UntagColumnOperation withTagNames(ColumnTagName... tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.ColumnTagNamepublic String toString()
toString in class ObjectObject.toString()public UntagColumnOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.