@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)
Marshalls this structured data using the given
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
.GroupFilterOperator
public 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
.GroupFilterOperator
public 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
.GroupFilterOperator
public 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
.GroupFilterOperator
public 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
.GroupFilterAttribute
public 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
.GroupFilterAttribute
public 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
.GroupFilterAttribute
public 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
.GroupFilterAttribute
public 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 Object
Object.toString()
public GroupSearchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.