@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnLFTag extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing the name of a column resource and the tags attached to it.
| Constructor and Description |
|---|
ColumnLFTag() |
| Modifier and Type | Method and Description |
|---|---|
ColumnLFTag |
clone() |
boolean |
equals(Object obj) |
List<LFTagPair> |
getLFTags()
The tags attached to a column resource.
|
String |
getName()
The name of a column resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLFTags(Collection<LFTagPair> lFTags)
The tags attached to a column resource.
|
void |
setName(String name)
The name of a column resource.
|
String |
toString()
Returns a string representation of this object.
|
ColumnLFTag |
withLFTags(Collection<LFTagPair> lFTags)
The tags attached to a column resource.
|
ColumnLFTag |
withLFTags(LFTagPair... lFTags)
The tags attached to a column resource.
|
ColumnLFTag |
withName(String name)
The name of a column resource.
|
public void setName(String name)
The name of a column resource.
name - The name of a column resource.public String getName()
The name of a column resource.
public ColumnLFTag withName(String name)
The name of a column resource.
name - The name of a column resource.public List<LFTagPair> getLFTags()
The tags attached to a column resource.
public void setLFTags(Collection<LFTagPair> lFTags)
The tags attached to a column resource.
lFTags - The tags attached to a column resource.public ColumnLFTag withLFTags(LFTagPair... lFTags)
The tags attached to a column resource.
NOTE: This method appends the values to the existing list (if any). Use
setLFTags(java.util.Collection) or withLFTags(java.util.Collection) if you want to override the
existing values.
lFTags - The tags attached to a column resource.public ColumnLFTag withLFTags(Collection<LFTagPair> lFTags)
The tags attached to a column resource.
lFTags - The tags attached to a column resource.public String toString()
toString in class ObjectObject.toString()public ColumnLFTag clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.