@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.
|
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.
InstanceId
has been deprecated.
key
- The name of the filter.
InstanceId
has been deprecated.
AssociationFilterKey
public String getKey()
The name of the filter.
InstanceId
has been deprecated.
InstanceId
has been deprecated.
AssociationFilterKey
public AssociationFilter withKey(String key)
The name of the filter.
InstanceId
has been deprecated.
key
- The name of the filter.
InstanceId
has been deprecated.
AssociationFilterKey
public void setKey(AssociationFilterKey key)
The name of the filter.
InstanceId
has been deprecated.
key
- The name of the filter.
InstanceId
has been deprecated.
AssociationFilterKey
public AssociationFilter withKey(AssociationFilterKey key)
The name of the filter.
InstanceId
has been deprecated.
key
- The name of the filter.
InstanceId
has been deprecated.
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.