@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterCondition extends Object implements Serializable, Cloneable, StructuredPojo
Information for the filtering of a list of domains returned by ListDomains.
| Constructor and Description |
|---|
FilterCondition() |
| Modifier and Type | Method and Description |
|---|---|
FilterCondition |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the field which should be used for filtering the list of domains.
|
String |
getOperator()
The operator values for filtering domain names.
|
List<String> |
getValues()
An array of strings presenting values to compare.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
Name of the field which should be used for filtering the list of domains.
|
void |
setOperator(String operator)
The operator values for filtering domain names.
|
void |
setValues(Collection<String> values)
An array of strings presenting values to compare.
|
String |
toString()
Returns a string representation of this object.
|
FilterCondition |
withName(ListDomainsAttributeName name)
Name of the field which should be used for filtering the list of domains.
|
FilterCondition |
withName(String name)
Name of the field which should be used for filtering the list of domains.
|
FilterCondition |
withOperator(Operator operator)
The operator values for filtering domain names.
|
FilterCondition |
withOperator(String operator)
The operator values for filtering domain names.
|
FilterCondition |
withValues(Collection<String> values)
An array of strings presenting values to compare.
|
FilterCondition |
withValues(String... values)
An array of strings presenting values to compare.
|
public void setName(String name)
Name of the field which should be used for filtering the list of domains.
name - Name of the field which should be used for filtering the list of domains.ListDomainsAttributeNamepublic String getName()
Name of the field which should be used for filtering the list of domains.
ListDomainsAttributeNamepublic FilterCondition withName(String name)
Name of the field which should be used for filtering the list of domains.
name - Name of the field which should be used for filtering the list of domains.ListDomainsAttributeNamepublic FilterCondition withName(ListDomainsAttributeName name)
Name of the field which should be used for filtering the list of domains.
name - Name of the field which should be used for filtering the list of domains.ListDomainsAttributeNamepublic void setOperator(String operator)
The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
operator - The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
Operatorpublic String getOperator()
The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
Operatorpublic FilterCondition withOperator(String operator)
The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
operator - The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
Operatorpublic FilterCondition withOperator(Operator operator)
The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
operator - The operator values for filtering domain names. The values can be:
LE: Less than, or equal to
GE: Greater than, or equal to
BEGINS_WITH: Begins with
Operatorpublic List<String> getValues()
An array of strings presenting values to compare. Only 1 item in the list is currently supported.
public void setValues(Collection<String> values)
An array of strings presenting values to compare. Only 1 item in the list is currently supported.
values - An array of strings presenting values to compare. Only 1 item in the list is currently supported.public FilterCondition withValues(String... values)
An array of strings presenting values to compare. Only 1 item in the list is currently supported.
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 - An array of strings presenting values to compare. Only 1 item in the list is currently supported.public FilterCondition withValues(Collection<String> values)
An array of strings presenting values to compare. Only 1 item in the list is currently supported.
values - An array of strings presenting values to compare. Only 1 item in the list is currently supported.public String toString()
toString in class ObjectObject.toString()public FilterCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.