@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmiProductTitleFilter extends Object implements Serializable, Cloneable, StructuredPojo
Object that allows filtering on product title.
Constructor and Description |
---|
AmiProductTitleFilter() |
Modifier and Type | Method and Description |
---|---|
AmiProductTitleFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValueList()
A string array of unique product title values to be filtered on.
|
String |
getWildCardValue()
A string that will be the
wildCard input for product tile filter. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setValueList(Collection<String> valueList)
A string array of unique product title values to be filtered on.
|
void |
setWildCardValue(String wildCardValue)
A string that will be the
wildCard input for product tile filter. |
String |
toString()
Returns a string representation of this object.
|
AmiProductTitleFilter |
withValueList(Collection<String> valueList)
A string array of unique product title values to be filtered on.
|
AmiProductTitleFilter |
withValueList(String... valueList)
A string array of unique product title values to be filtered on.
|
AmiProductTitleFilter |
withWildCardValue(String wildCardValue)
A string that will be the
wildCard input for product tile filter. |
public List<String> getValueList()
A string array of unique product title values to be filtered on.
public void setValueList(Collection<String> valueList)
A string array of unique product title values to be filtered on.
valueList
- A string array of unique product title values to be filtered on.public AmiProductTitleFilter withValueList(String... valueList)
A string array of unique product title values to be filtered on.
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
- A string array of unique product title values to be filtered on.public AmiProductTitleFilter withValueList(Collection<String> valueList)
A string array of unique product title values to be filtered on.
valueList
- A string array of unique product title values to be filtered on.public void setWildCardValue(String wildCardValue)
A string that will be the wildCard
input for product tile filter. It matches the provided value as a
substring in the actual value.
wildCardValue
- A string that will be the wildCard
input for product tile filter. It matches the provided
value as a substring in the actual value.public String getWildCardValue()
A string that will be the wildCard
input for product tile filter. It matches the provided value as a
substring in the actual value.
wildCard
input for product tile filter. It matches the provided
value as a substring in the actual value.public AmiProductTitleFilter withWildCardValue(String wildCardValue)
A string that will be the wildCard
input for product tile filter. It matches the provided value as a
substring in the actual value.
wildCardValue
- A string that will be the wildCard
input for product tile filter. It matches the provided
value as a substring in the actual value.public String toString()
toString
in class Object
Object.toString()
public AmiProductTitleFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.