@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociationExecutionTargetsFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters for the association execution.
Constructor and Description |
---|
AssociationExecutionTargetsFilter() |
Modifier and Type | Method and Description |
---|---|
AssociationExecutionTargetsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key value used in the request.
|
String |
getValue()
The value specified for the key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The key value used in the request.
|
void |
setValue(String value)
The value specified for the key.
|
String |
toString()
Returns a string representation of this object.
|
AssociationExecutionTargetsFilter |
withKey(AssociationExecutionTargetsFilterKey key)
The key value used in the request.
|
AssociationExecutionTargetsFilter |
withKey(String key)
The key value used in the request.
|
AssociationExecutionTargetsFilter |
withValue(String value)
The value specified for the key.
|
public void setKey(String key)
The key value used in the request.
key
- The key value used in the request.AssociationExecutionTargetsFilterKey
public String getKey()
The key value used in the request.
AssociationExecutionTargetsFilterKey
public AssociationExecutionTargetsFilter withKey(String key)
The key value used in the request.
key
- The key value used in the request.AssociationExecutionTargetsFilterKey
public AssociationExecutionTargetsFilter withKey(AssociationExecutionTargetsFilterKey key)
The key value used in the request.
key
- The key value used in the request.AssociationExecutionTargetsFilterKey
public void setValue(String value)
The value specified for the key.
value
- The value specified for the key.public String getValue()
The value specified for the key.
public AssociationExecutionTargetsFilter withValue(String value)
The value specified for the key.
value
- The value specified for the key.public String toString()
toString
in class Object
Object.toString()
public AssociationExecutionTargetsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.