@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceLFTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetResourceLFTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetResourceLFTagsResult |
clone() |
boolean |
equals(Object obj) |
List<LFTagPair> |
getLFTagOnDatabase()
A list of LF-tags applied to a database resource.
|
List<ColumnLFTag> |
getLFTagsOnColumns()
A list of LF-tags applied to a column resource.
|
List<LFTagPair> |
getLFTagsOnTable()
A list of LF-tags applied to a table resource.
|
int |
hashCode() |
void |
setLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of LF-tags applied to a database resource.
|
void |
setLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags applied to a column resource.
|
void |
setLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of LF-tags applied to a table resource.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceLFTagsResult |
withLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of LF-tags applied to a database resource.
|
GetResourceLFTagsResult |
withLFTagOnDatabase(LFTagPair... lFTagOnDatabase)
A list of LF-tags applied to a database resource.
|
GetResourceLFTagsResult |
withLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags applied to a column resource.
|
GetResourceLFTagsResult |
withLFTagsOnColumns(ColumnLFTag... lFTagsOnColumns)
A list of LF-tags applied to a column resource.
|
GetResourceLFTagsResult |
withLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of LF-tags applied to a table resource.
|
GetResourceLFTagsResult |
withLFTagsOnTable(LFTagPair... lFTagsOnTable)
A list of LF-tags applied to a table resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LFTagPair> getLFTagOnDatabase()
A list of LF-tags applied to a database resource.
public void setLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of LF-tags applied to a database resource.
lFTagOnDatabase - A list of LF-tags applied to a database resource.public GetResourceLFTagsResult withLFTagOnDatabase(LFTagPair... lFTagOnDatabase)
A list of LF-tags applied to a database resource.
NOTE: This method appends the values to the existing list (if any). Use
setLFTagOnDatabase(java.util.Collection) or withLFTagOnDatabase(java.util.Collection) if you
want to override the existing values.
lFTagOnDatabase - A list of LF-tags applied to a database resource.public GetResourceLFTagsResult withLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of LF-tags applied to a database resource.
lFTagOnDatabase - A list of LF-tags applied to a database resource.public List<LFTagPair> getLFTagsOnTable()
A list of LF-tags applied to a table resource.
public void setLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of LF-tags applied to a table resource.
lFTagsOnTable - A list of LF-tags applied to a table resource.public GetResourceLFTagsResult withLFTagsOnTable(LFTagPair... lFTagsOnTable)
A list of LF-tags applied to a table resource.
NOTE: This method appends the values to the existing list (if any). Use
setLFTagsOnTable(java.util.Collection) or withLFTagsOnTable(java.util.Collection) if you want
to override the existing values.
lFTagsOnTable - A list of LF-tags applied to a table resource.public GetResourceLFTagsResult withLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of LF-tags applied to a table resource.
lFTagsOnTable - A list of LF-tags applied to a table resource.public List<ColumnLFTag> getLFTagsOnColumns()
A list of LF-tags applied to a column resource.
public void setLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags applied to a column resource.
lFTagsOnColumns - A list of LF-tags applied to a column resource.public GetResourceLFTagsResult withLFTagsOnColumns(ColumnLFTag... lFTagsOnColumns)
A list of LF-tags applied to a column resource.
NOTE: This method appends the values to the existing list (if any). Use
setLFTagsOnColumns(java.util.Collection) or withLFTagsOnColumns(java.util.Collection) if you
want to override the existing values.
lFTagsOnColumns - A list of LF-tags applied to a column resource.public GetResourceLFTagsResult withLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags applied to a column resource.
lFTagsOnColumns - A list of LF-tags applied to a column resource.public String toString()
toString in class ObjectObject.toString()public GetResourceLFTagsResult clone()
Copyright © 2023. All rights reserved.