@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LookupAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an attribute and value that filter the events returned.
Constructor and Description |
---|
LookupAttribute() |
Modifier and Type | Method and Description |
---|---|
LookupAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeKey()
Specifies an attribute on which to filter the events returned.
|
String |
getAttributeValue()
Specifies a value for the specified
AttributeKey . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
|
void |
setAttributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
|
void |
setAttributeValue(String attributeValue)
Specifies a value for the specified
AttributeKey . |
String |
toString()
Returns a string representation of this object.
|
LookupAttribute |
withAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute |
withAttributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute |
withAttributeValue(String attributeValue)
Specifies a value for the specified
AttributeKey . |
public void setAttributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
attributeKey
- Specifies an attribute on which to filter the events returned.LookupAttributeKey
public String getAttributeKey()
Specifies an attribute on which to filter the events returned.
LookupAttributeKey
public LookupAttribute withAttributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
attributeKey
- Specifies an attribute on which to filter the events returned.LookupAttributeKey
public void setAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
attributeKey
- Specifies an attribute on which to filter the events returned.LookupAttributeKey
public LookupAttribute withAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
attributeKey
- Specifies an attribute on which to filter the events returned.LookupAttributeKey
public void setAttributeValue(String attributeValue)
Specifies a value for the specified AttributeKey
.
The maximum length for the AttributeValue
is 2000 characters. The following characters ('
_
', '
', ',
', '\\n
') count as two characters towards the 2000
character limit.
attributeValue
- Specifies a value for the specified AttributeKey
.
The maximum length for the AttributeValue
is 2000 characters. The following characters ('
_
', '
', ',
', '\\n
') count as two characters towards
the 2000 character limit.
public String getAttributeValue()
Specifies a value for the specified AttributeKey
.
The maximum length for the AttributeValue
is 2000 characters. The following characters ('
_
', '
', ',
', '\\n
') count as two characters towards the 2000
character limit.
AttributeKey
.
The maximum length for the AttributeValue
is 2000 characters. The following characters ('
_
', '
', ',
', '\\n
') count as two characters towards
the 2000 character limit.
public LookupAttribute withAttributeValue(String attributeValue)
Specifies a value for the specified AttributeKey
.
The maximum length for the AttributeValue
is 2000 characters. The following characters ('
_
', '
', ',
', '\\n
') count as two characters towards the 2000
character limit.
attributeValue
- Specifies a value for the specified AttributeKey
.
The maximum length for the AttributeValue
is 2000 characters. The following characters ('
_
', '
', ',
', '\\n
') count as two characters towards
the 2000 character limit.
public String toString()
toString
in class Object
Object.toString()
public LookupAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.