@Generated(value="software.amazon.awssdk:codegen") public final class TaggedTable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaggedTable.Builder,TaggedTable>
A structure describing a table resource with tags.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaggedTable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaggedTable.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLfTagOnDatabase()
Returns true if the LFTagOnDatabase property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasLfTagsOnColumns()
Returns true if the LFTagsOnColumns property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasLfTagsOnTable()
Returns true if the LFTagsOnTable property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<LFTagPair> |
lfTagOnDatabase()
A list of tags attached to the database where the table resides.
|
List<ColumnLFTag> |
lfTagsOnColumns()
A list of tags attached to columns in the table.
|
List<LFTagPair> |
lfTagsOnTable()
A list of tags attached to the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaggedTable.Builder> |
serializableBuilderClass() |
TableResource |
table()
A table that has tags attached to it.
|
TaggedTable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TableResource table()
A table that has tags attached to it.
public final boolean hasLfTagOnDatabase()
public final List<LFTagPair> lfTagOnDatabase()
A list of tags attached to the database where the table resides.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLfTagOnDatabase() to see if a value was sent in this field.
public final boolean hasLfTagsOnTable()
public final List<LFTagPair> lfTagsOnTable()
A list of tags attached to the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLfTagsOnTable() to see if a value was sent in this field.
public final boolean hasLfTagsOnColumns()
public final List<ColumnLFTag> lfTagsOnColumns()
A list of tags attached to columns in the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLfTagsOnColumns() to see if a value was sent in this field.
public TaggedTable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaggedTable.Builder,TaggedTable>public static TaggedTable.Builder builder()
public static Class<? extends TaggedTable.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.