@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterActivity extends Object implements Serializable, Cloneable, StructuredPojo
An activity that filters a message based on its attributes.
| Constructor and Description |
|---|
FilterActivity() |
| Modifier and Type | Method and Description |
|---|---|
FilterActivity |
clone() |
boolean |
equals(Object obj) |
String |
getFilter()
An expression that looks like a SQL WHERE clause that must return a Boolean value.
|
String |
getName()
The name of the filter activity.
|
String |
getNext()
The next activity in the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFilter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value.
|
void |
setName(String name)
The name of the filter activity.
|
void |
setNext(String next)
The next activity in the pipeline.
|
String |
toString()
Returns a string representation of this object.
|
FilterActivity |
withFilter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value.
|
FilterActivity |
withName(String name)
The name of the filter activity.
|
FilterActivity |
withNext(String next)
The next activity in the pipeline.
|
public void setName(String name)
The name of the filter activity.
name - The name of the filter activity.public String getName()
The name of the filter activity.
public FilterActivity withName(String name)
The name of the filter activity.
name - The name of the filter activity.public void setFilter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
filter - An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy
the condition are passed to the next activity.public String getFilter()
An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
public FilterActivity withFilter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
filter - An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy
the condition are passed to the next activity.public void setNext(String next)
The next activity in the pipeline.
next - The next activity in the pipeline.public String getNext()
The next activity in the pipeline.
public FilterActivity withNext(String next)
The next activity in the pipeline.
next - The next activity in the pipeline.public String toString()
toString in class ObjectObject.toString()public FilterActivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.