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