@Generated(value="software.amazon.awssdk:codegen") public final class TagFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagFilter.Builder,TagFilter>
Information about an on-premises instance tag filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The on-premises instance tag filter key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagFilter.Builder> |
serializableBuilderClass() |
TagFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TagFilterType |
type()
The on-premises instance tag filter type:
|
String |
typeAsString()
The on-premises instance tag filter type:
|
String |
value()
The on-premises instance tag filter value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The on-premises instance tag filter key.
public final String value()
The on-premises instance tag filter value.
public final TagFilterType type()
The on-premises instance tag filter type:
KEY_ONLY: Key only.
VALUE_ONLY: Value only.
KEY_AND_VALUE: Key and value.
If the service returns an enum value that is not available in the current SDK version, type will return
TagFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
KEY_ONLY: Key only.
VALUE_ONLY: Value only.
KEY_AND_VALUE: Key and value.
TagFilterTypepublic final String typeAsString()
The on-premises instance tag filter type:
KEY_ONLY: Key only.
VALUE_ONLY: Value only.
KEY_AND_VALUE: Key and value.
If the service returns an enum value that is not available in the current SDK version, type will return
TagFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
KEY_ONLY: Key only.
VALUE_ONLY: Value only.
KEY_AND_VALUE: Key and value.
TagFilterTypepublic TagFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagFilter.Builder,TagFilter>public static TagFilter.Builder builder()
public static Class<? extends TagFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.