@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerProductEntityIdFilter extends Object implements Serializable, Cloneable, StructuredPojo
Object that allows filtering on entity id of a container product.
| Constructor and Description |
|---|
ContainerProductEntityIdFilter() |
| Modifier and Type | Method and Description |
|---|---|
ContainerProductEntityIdFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValueList()
A string array of unique entity id values to be filtered on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValueList(Collection<String> valueList)
A string array of unique entity id values to be filtered on.
|
String |
toString()
Returns a string representation of this object.
|
ContainerProductEntityIdFilter |
withValueList(Collection<String> valueList)
A string array of unique entity id values to be filtered on.
|
ContainerProductEntityIdFilter |
withValueList(String... valueList)
A string array of unique entity id values to be filtered on.
|
public List<String> getValueList()
A string array of unique entity id values to be filtered on.
public void setValueList(Collection<String> valueList)
A string array of unique entity id values to be filtered on.
valueList - A string array of unique entity id values to be filtered on.public ContainerProductEntityIdFilter withValueList(String... valueList)
A string array of unique entity id values to be filtered on.
NOTE: This method appends the values to the existing list (if any). Use
setValueList(java.util.Collection) or withValueList(java.util.Collection) if you want to
override the existing values.
valueList - A string array of unique entity id values to be filtered on.public ContainerProductEntityIdFilter withValueList(Collection<String> valueList)
A string array of unique entity id values to be filtered on.
valueList - A string array of unique entity id values to be filtered on.public String toString()
toString in class ObjectObject.toString()public ContainerProductEntityIdFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.