@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociationFilter extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.AssociationFilterKey
public String getKey()
The name of the filter.
AssociationFilterKey
public AssociationFilter withKey(String key)
The name of the filter.
key
- The name of the filter.AssociationFilterKey
public void setKey(AssociationFilterKey key)
The name of the filter.
key
- The name of the filter.AssociationFilterKey
public AssociationFilter withKey(AssociationFilterKey key)
The name of the filter.
key
- The name of the filter.AssociationFilterKey
public 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 Object
Object.toString()
public AssociationFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.