Class LookupAttribute
java.lang.Object
com.amazonaws.services.cloudtrail.model.LookupAttribute
- All Implemented Interfaces:
Serializable
,Cloneable
Specifies an attribute and value that filter the events returned.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies an attribute on which to filter the events returned.Specifies a value for the specified AttributeKey.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributeKey
(LookupAttributeKey attributeKey) Specifies an attribute on which to filter the events returned.withAttributeKey
(String attributeKey) Specifies an attribute on which to filter the events returned.withAttributeValue
(String attributeValue) Specifies a value for the specified AttributeKey.
-
Constructor Details
-
LookupAttribute
public LookupAttribute()
-
-
Method Details
-
setAttributeKey
Specifies an attribute on which to filter the events returned.
- Parameters:
attributeKey
- Specifies an attribute on which to filter the events returned.- See Also:
-
getAttributeKey
Specifies an attribute on which to filter the events returned.
- Returns:
- Specifies an attribute on which to filter the events returned.
- See Also:
-
withAttributeKey
Specifies an attribute on which to filter the events returned.
- Parameters:
attributeKey
- Specifies an attribute on which to filter the events returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAttributeKey
Specifies an attribute on which to filter the events returned.
- Parameters:
attributeKey
- Specifies an attribute on which to filter the events returned.- See Also:
-
withAttributeKey
Specifies an attribute on which to filter the events returned.
- Parameters:
attributeKey
- Specifies an attribute on which to filter the events returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAttributeValue
Specifies a value for the specified AttributeKey.
- Parameters:
attributeValue
- Specifies a value for the specified AttributeKey.
-
getAttributeValue
Specifies a value for the specified AttributeKey.
- Returns:
- Specifies a value for the specified AttributeKey.
-
withAttributeValue
Specifies a value for the specified AttributeKey.
- Parameters:
attributeValue
- Specifies a value for the specified AttributeKey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-