StructuredPojo
, ToCopyableBuilder<LookupAttribute.Builder,LookupAttribute>
@Generated("software.amazon.awssdk:codegen") public class LookupAttribute extends Object implements StructuredPojo, ToCopyableBuilder<LookupAttribute.Builder,LookupAttribute>
Specifies an attribute and value that filter the events returned.
Modifier and Type | Class | Description |
---|---|---|
static interface |
LookupAttribute.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attributeKey() |
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) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends LookupAttribute.Builder> |
serializableBuilderClass() |
|
LookupAttribute.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String attributeKey()
Specifies an attribute on which to filter the events returned.
LookupAttributeKey
public String attributeValue()
Specifies a value for the specified AttributeKey.
public LookupAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LookupAttribute.Builder,LookupAttribute>
public static LookupAttribute.Builder builder()
public static Class<? extends LookupAttribute.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.