@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PoolOriginationIdentitiesFilter extends Object implements Serializable, Cloneable, StructuredPojo
Information about origination identities associated with a pool that meets a specified criteria.
| Constructor and Description |
|---|
PoolOriginationIdentitiesFilter() |
| Modifier and Type | Method and Description |
|---|---|
PoolOriginationIdentitiesFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the attribute to filter on.
|
List<String> |
getValues()
An array values to filter for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the attribute to filter on.
|
void |
setValues(Collection<String> values)
An array values to filter for.
|
String |
toString()
Returns a string representation of this object.
|
PoolOriginationIdentitiesFilter |
withName(PoolOriginationIdentitiesFilterName name)
The name of the attribute to filter on.
|
PoolOriginationIdentitiesFilter |
withName(String name)
The name of the attribute to filter on.
|
PoolOriginationIdentitiesFilter |
withValues(Collection<String> values)
An array values to filter for.
|
PoolOriginationIdentitiesFilter |
withValues(String... values)
An array values to filter for.
|
public void setName(String name)
The name of the attribute to filter on.
name - The name of the attribute to filter on.PoolOriginationIdentitiesFilterNamepublic String getName()
The name of the attribute to filter on.
PoolOriginationIdentitiesFilterNamepublic PoolOriginationIdentitiesFilter withName(String name)
The name of the attribute to filter on.
name - The name of the attribute to filter on.PoolOriginationIdentitiesFilterNamepublic PoolOriginationIdentitiesFilter withName(PoolOriginationIdentitiesFilterName name)
The name of the attribute to filter on.
name - The name of the attribute to filter on.PoolOriginationIdentitiesFilterNamepublic List<String> getValues()
An array values to filter for.
public void setValues(Collection<String> values)
An array values to filter for.
values - An array values to filter for.public PoolOriginationIdentitiesFilter withValues(String... values)
An array values to filter for.
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 values to filter for.public PoolOriginationIdentitiesFilter withValues(Collection<String> values)
An array values to filter for.
values - An array values to filter for.public String toString()
toString in class ObjectObject.toString()public PoolOriginationIdentitiesFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.