@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) |
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.
filter - An expression that looks like a SQL WHERE clause that must return a Boolean value.public String getFilter()
An expression that looks like a SQL WHERE clause that must return a Boolean value.
public FilterActivity withFilter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value.
filter - An expression that looks like a SQL WHERE clause that must return a Boolean value.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)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.