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