@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) |
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.
AssociationFilterKeypublic String getKey()
The name of the filter.
InstanceId has been deprecated.
InstanceId has been deprecated.
AssociationFilterKeypublic AssociationFilter withKey(String key)
The name of the filter.
InstanceId has been deprecated.
key - The name of the filter.
InstanceId has been deprecated.
AssociationFilterKeypublic void setKey(AssociationFilterKey key)
The name of the filter.
InstanceId has been deprecated.
key - The name of the filter.
InstanceId has been deprecated.
AssociationFilterKeypublic AssociationFilter withKey(AssociationFilterKey key)
The name of the filter.
InstanceId has been deprecated.
key - The name of the filter.
InstanceId has been deprecated.
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.