@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspacesPoolsFilter extends Object implements Serializable, Cloneable, StructuredPojo
Describes the filter conditions for WorkSpaces Pools to return.
| Constructor and Description |
|---|
DescribeWorkspacesPoolsFilter() |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspacesPoolsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the pool to filter.
|
String |
getOperator()
The operator values for filtering WorkSpaces Pools.
|
List<String> |
getValues()
The values for filtering WorkSpaces Pools.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the pool to filter.
|
void |
setOperator(String operator)
The operator values for filtering WorkSpaces Pools.
|
void |
setValues(Collection<String> values)
The values for filtering WorkSpaces Pools.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspacesPoolsFilter |
withName(DescribeWorkspacesPoolsFilterName name)
The name of the pool to filter.
|
DescribeWorkspacesPoolsFilter |
withName(String name)
The name of the pool to filter.
|
DescribeWorkspacesPoolsFilter |
withOperator(DescribeWorkspacesPoolsFilterOperator operator)
The operator values for filtering WorkSpaces Pools.
|
DescribeWorkspacesPoolsFilter |
withOperator(String operator)
The operator values for filtering WorkSpaces Pools.
|
DescribeWorkspacesPoolsFilter |
withValues(Collection<String> values)
The values for filtering WorkSpaces Pools.
|
DescribeWorkspacesPoolsFilter |
withValues(String... values)
The values for filtering WorkSpaces Pools.
|
public void setName(String name)
The name of the pool to filter.
name - The name of the pool to filter.DescribeWorkspacesPoolsFilterNamepublic String getName()
The name of the pool to filter.
DescribeWorkspacesPoolsFilterNamepublic DescribeWorkspacesPoolsFilter withName(String name)
The name of the pool to filter.
name - The name of the pool to filter.DescribeWorkspacesPoolsFilterNamepublic DescribeWorkspacesPoolsFilter withName(DescribeWorkspacesPoolsFilterName name)
The name of the pool to filter.
name - The name of the pool to filter.DescribeWorkspacesPoolsFilterNamepublic List<String> getValues()
The values for filtering WorkSpaces Pools.
public void setValues(Collection<String> values)
The values for filtering WorkSpaces Pools.
values - The values for filtering WorkSpaces Pools.public DescribeWorkspacesPoolsFilter withValues(String... values)
The values for filtering WorkSpaces Pools.
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 - The values for filtering WorkSpaces Pools.public DescribeWorkspacesPoolsFilter withValues(Collection<String> values)
The values for filtering WorkSpaces Pools.
values - The values for filtering WorkSpaces Pools.public void setOperator(String operator)
The operator values for filtering WorkSpaces Pools.
operator - The operator values for filtering WorkSpaces Pools.DescribeWorkspacesPoolsFilterOperatorpublic String getOperator()
The operator values for filtering WorkSpaces Pools.
DescribeWorkspacesPoolsFilterOperatorpublic DescribeWorkspacesPoolsFilter withOperator(String operator)
The operator values for filtering WorkSpaces Pools.
operator - The operator values for filtering WorkSpaces Pools.DescribeWorkspacesPoolsFilterOperatorpublic DescribeWorkspacesPoolsFilter withOperator(DescribeWorkspacesPoolsFilterOperator operator)
The operator values for filtering WorkSpaces Pools.
operator - The operator values for filtering WorkSpaces Pools.DescribeWorkspacesPoolsFilterOperatorpublic String toString()
toString in class ObjectObject.toString()public DescribeWorkspacesPoolsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.