@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
For List operations, an optional specification to return a subset of objects, such as resolver endpoints
or resolver rules.
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. |
List<String> |
getValues()
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. |
void |
setValues(Collection<String> values)
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. |
String |
toString()
Returns a string representation of this object.
|
Filter |
withName(String name)
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. |
Filter |
withValues(Collection<String> values)
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. |
Filter |
withValues(String... values)
When you're using a
List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. |
public void setName(String name)
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify Direction for the value of
Name.
name - When you're using a List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the name of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify Direction for the
value of Name.public String getName()
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify Direction for the value of
Name.
List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the name of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify Direction for the
value of Name.public Filter withName(String name)
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the name of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify Direction for the value of
Name.
name - When you're using a List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the name of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify Direction for the
value of Name.public List<String> getValues()
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify INBOUND for the value of
Values.
List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the value of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify INBOUND for the value
of Values.public void setValues(Collection<String> values)
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify INBOUND for the value of
Values.
values - When you're using a List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the value of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify INBOUND for the value
of Values.public Filter withValues(String... values)
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify INBOUND for the value of
Values.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - When you're using a List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the value of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify INBOUND for the value
of Values.public Filter withValues(Collection<String> values)
When you're using a List operation and you want the operation to return a subset of objects, such as
resolver endpoints or resolver rules, the value of the parameter that you want to use to filter objects. For
example, to list only inbound resolver endpoints, specify INBOUND for the value of
Values.
values - When you're using a List operation and you want the operation to return a subset of objects,
such as resolver endpoints or resolver rules, the value of the parameter that you want to use to filter
objects. For example, to list only inbound resolver endpoints, specify INBOUND for the value
of Values.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.