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