@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PromptSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters to be applied to search results.
Constructor and Description |
---|
PromptSearchFilter() |
Modifier and Type | Method and Description |
---|---|
PromptSearchFilter |
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.
|
PromptSearchFilter |
withTagFilter(ControlPlaneTagFilter tagFilter) |
public void setTagFilter(ControlPlaneTagFilter tagFilter)
tagFilter
- public ControlPlaneTagFilter getTagFilter()
public PromptSearchFilter withTagFilter(ControlPlaneTagFilter tagFilter)
tagFilter
- public String toString()
toString
in class Object
Object.toString()
public PromptSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.