@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowModuleSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
The search criteria to be used to return flow modules.
Constructor and Description |
---|
ContactFlowModuleSearchFilter() |
Modifier and Type | Method and Description |
---|---|
ContactFlowModuleSearchFilter |
clone() |
boolean |
equals(Object obj) |
ControlPlaneTagFilter |
getTagFilter() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTagFilter(ControlPlaneTagFilter tagFilter) |
String |
toString()
Returns a string representation of this object.
|
ContactFlowModuleSearchFilter |
withTagFilter(ControlPlaneTagFilter tagFilter) |
public void setTagFilter(ControlPlaneTagFilter tagFilter)
tagFilter
- public ControlPlaneTagFilter getTagFilter()
public ContactFlowModuleSearchFilter withTagFilter(ControlPlaneTagFilter tagFilter)
tagFilter
- public String toString()
toString
in class Object
Object.toString()
public ContactFlowModuleSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.