@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OfferEntityIdFilter extends Object implements Serializable, Cloneable, StructuredPojo
Allows filtering on the entity id of an offer.
| Constructor and Description |
|---|
OfferEntityIdFilter() |
| Modifier and Type | Method and Description |
|---|---|
OfferEntityIdFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValueList()
Allows filtering on entity id of an offer with list input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValueList(Collection<String> valueList)
Allows filtering on entity id of an offer with list input.
|
String |
toString()
Returns a string representation of this object.
|
OfferEntityIdFilter |
withValueList(Collection<String> valueList)
Allows filtering on entity id of an offer with list input.
|
OfferEntityIdFilter |
withValueList(String... valueList)
Allows filtering on entity id of an offer with list input.
|
public List<String> getValueList()
Allows filtering on entity id of an offer with list input.
public void setValueList(Collection<String> valueList)
Allows filtering on entity id of an offer with list input.
valueList - Allows filtering on entity id of an offer with list input.public OfferEntityIdFilter withValueList(String... valueList)
Allows filtering on entity id of an offer with list input.
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 - Allows filtering on entity id of an offer with list input.public OfferEntityIdFilter withValueList(Collection<String> valueList)
Allows filtering on entity id of an offer with list input.
valueList - Allows filtering on entity id of an offer with list input.public String toString()
toString in class ObjectObject.toString()public OfferEntityIdFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.