@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupSearchFilter extends Object implements Serializable, Cloneable, StructuredPojo
A GroupSearchFilter object that you want to apply to your search.
| Constructor and Description |
|---|
GroupSearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
GroupSearchFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
String |
getOperator()
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
String |
getValue()
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
void |
setOperator(String operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
void |
setValue(String value)
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter. |
String |
toString()
Returns a string representation of this object.
|
GroupSearchFilter |
withName(GroupFilterAttribute name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupSearchFilter |
withName(String name)
The name of the value that you want to use as a filter, for example
"Name": "GROUP_NAME". |
GroupSearchFilter |
withOperator(GroupFilterOperator operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
GroupSearchFilter |
withOperator(String operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". |
GroupSearchFilter |
withValue(String value)
The value of the named item, in this case
GROUP_NAME, that you want to use as a filter. |
public void setOperator(String operator)
The comparison operator that you want to use as a filter, for example "Operator": "StartsWith".
Currently, the only supported operator is StartsWith.
operator - The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator is StartsWith.GroupFilterOperatorpublic String getOperator()
The comparison operator that you want to use as a filter, for example "Operator": "StartsWith".
Currently, the only supported operator is StartsWith.
"Operator": "StartsWith". Currently, the only supported operator is StartsWith.GroupFilterOperatorpublic GroupSearchFilter withOperator(String operator)
The comparison operator that you want to use as a filter, for example "Operator": "StartsWith".
Currently, the only supported operator is StartsWith.
operator - The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator is StartsWith.GroupFilterOperatorpublic GroupSearchFilter withOperator(GroupFilterOperator operator)
The comparison operator that you want to use as a filter, for example "Operator": "StartsWith".
Currently, the only supported operator is StartsWith.
operator - The comparison operator that you want to use as a filter, for example
"Operator": "StartsWith". Currently, the only supported operator is StartsWith.GroupFilterOperatorpublic void setName(String name)
The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently,
the only supported name is GROUP_NAME.
name - The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME".
Currently, the only supported name is GROUP_NAME.GroupFilterAttributepublic String getName()
The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently,
the only supported name is GROUP_NAME.
"Name": "GROUP_NAME".
Currently, the only supported name is GROUP_NAME.GroupFilterAttributepublic GroupSearchFilter withName(String name)
The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently,
the only supported name is GROUP_NAME.
name - The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME".
Currently, the only supported name is GROUP_NAME.GroupFilterAttributepublic GroupSearchFilter withName(GroupFilterAttribute name)
The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently,
the only supported name is GROUP_NAME.
name - The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME".
Currently, the only supported name is GROUP_NAME.GroupFilterAttributepublic void setValue(String value)
The value of the named item, in this case GROUP_NAME, that you want to use as a filter.
value - The value of the named item, in this case GROUP_NAME, that you want to use as a filter.public String getValue()
The value of the named item, in this case GROUP_NAME, that you want to use as a filter.
GROUP_NAME, that you want to use as a filter.public GroupSearchFilter withValue(String value)
The value of the named item, in this case GROUP_NAME, that you want to use as a filter.
value - The value of the named item, in this case GROUP_NAME, that you want to use as a filter.public String toString()
toString in class ObjectObject.toString()public GroupSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.