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