@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociationExecutionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters used in the request.
| Constructor and Description |
|---|
AssociationExecutionFilter() |
| Modifier and Type | Method and Description |
|---|---|
AssociationExecutionFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key value used in the request.
|
String |
getType()
The filter type specified in the request.
|
String |
getValue()
The value specified for the key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The key value used in the request.
|
void |
setType(String type)
The filter type specified in the request.
|
void |
setValue(String value)
The value specified for the key.
|
String |
toString()
Returns a string representation of this object.
|
AssociationExecutionFilter |
withKey(AssociationExecutionFilterKey key)
The key value used in the request.
|
AssociationExecutionFilter |
withKey(String key)
The key value used in the request.
|
AssociationExecutionFilter |
withType(AssociationFilterOperatorType type)
The filter type specified in the request.
|
AssociationExecutionFilter |
withType(String type)
The filter type specified in the request.
|
AssociationExecutionFilter |
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.AssociationExecutionFilterKeypublic String getKey()
The key value used in the request.
AssociationExecutionFilterKeypublic AssociationExecutionFilter withKey(String key)
The key value used in the request.
key - The key value used in the request.AssociationExecutionFilterKeypublic AssociationExecutionFilter withKey(AssociationExecutionFilterKey key)
The key value used in the request.
key - The key value used in the request.AssociationExecutionFilterKeypublic 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 AssociationExecutionFilter withValue(String value)
The value specified for the key.
value - The value specified for the key.public void setType(String type)
The filter type specified in the request.
type - The filter type specified in the request.AssociationFilterOperatorTypepublic String getType()
The filter type specified in the request.
AssociationFilterOperatorTypepublic AssociationExecutionFilter withType(String type)
The filter type specified in the request.
type - The filter type specified in the request.AssociationFilterOperatorTypepublic AssociationExecutionFilter withType(AssociationFilterOperatorType type)
The filter type specified in the request.
type - The filter type specified in the request.AssociationFilterOperatorTypepublic String toString()
toString in class ObjectObject.toString()public AssociationExecutionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.