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