public class AssociationFilter extends Object implements Serializable, Cloneable
Describes a filter.
| Constructor and Description |
|---|
AssociationFilter() |
| Modifier and Type | Method and Description |
|---|---|
AssociationFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The name of the filter.
|
String |
getValue()
The filter value.
|
int |
hashCode() |
void |
setKey(AssociationFilterKey key)
The name of the filter.
|
void |
setKey(String key)
The name of the filter.
|
void |
setValue(String value)
The filter value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssociationFilter |
withKey(AssociationFilterKey key)
The name of the filter.
|
AssociationFilter |
withKey(String key)
The name of the filter.
|
AssociationFilter |
withValue(String value)
The filter value.
|
public void setKey(String key)
The name of the filter.
key - The name of the filter.AssociationFilterKeypublic String getKey()
The name of the filter.
AssociationFilterKeypublic AssociationFilter withKey(String key)
The name of the filter.
key - The name of the filter.AssociationFilterKeypublic void setKey(AssociationFilterKey key)
The name of the filter.
key - The name of the filter.AssociationFilterKeypublic AssociationFilter withKey(AssociationFilterKey key)
The name of the filter.
key - The name of the filter.AssociationFilterKeypublic void setValue(String value)
The filter value.
value - The filter value.public String getValue()
The filter value.
public AssociationFilter withValue(String value)
The filter value.
value - The filter value.public String toString()
toString in class ObjectObject.toString()public AssociationFilter clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.