@Generated(value="software.amazon.awssdk:codegen") public final class LookupAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LookupAttribute.Builder,LookupAttribute>
Specifies an attribute and value that filter the events returned.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LookupAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
LookupAttributeKey |
attributeKey()
Specifies an attribute on which to filter the events returned.
|
String |
attributeKeyAsString()
Specifies an attribute on which to filter the events returned.
|
String |
attributeValue()
Specifies a value for the specified AttributeKey.
|
static LookupAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LookupAttribute.Builder> |
serializableBuilderClass() |
LookupAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LookupAttributeKey attributeKey()
Specifies an attribute on which to filter the events returned.
If the service returns an enum value that is not available in the current SDK version, attributeKey will
return LookupAttributeKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
attributeKeyAsString().
LookupAttributeKeypublic final String attributeKeyAsString()
Specifies an attribute on which to filter the events returned.
If the service returns an enum value that is not available in the current SDK version, attributeKey will
return LookupAttributeKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
attributeKeyAsString().
LookupAttributeKeypublic final String attributeValue()
Specifies a value for the specified AttributeKey.
public LookupAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LookupAttribute.Builder,LookupAttribute>public static LookupAttribute.Builder builder()
public static Class<? extends LookupAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.