@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
An object that specifies a filter criteria.
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
String |
getPattern()
A filter pattern.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPattern(String pattern)
A filter pattern.
|
String |
toString()
Returns a string representation of this object.
|
Filter |
withPattern(String pattern)
A filter pattern.
|
public void setPattern(String pattern)
A filter pattern. For more information on the syntax of a filter pattern, see Filter criteria syntax.
pattern - A filter pattern. For more information on the syntax of a filter pattern, see
Filter criteria syntax.public String getPattern()
A filter pattern. For more information on the syntax of a filter pattern, see Filter criteria syntax.
public Filter withPattern(String pattern)
A filter pattern. For more information on the syntax of a filter pattern, see Filter criteria syntax.
pattern - A filter pattern. For more information on the syntax of a filter pattern, see
Filter criteria syntax.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.