@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResaleAuthorizationManufacturerAccountIdFilter extends Object implements Serializable, Cloneable, StructuredPojo
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization.
Constructor and Description |
---|
ResaleAuthorizationManufacturerAccountIdFilter() |
Modifier and Type | Method and Description |
---|---|
ResaleAuthorizationManufacturerAccountIdFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValueList()
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with list input. |
String |
getWildCardValue()
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with wild card input. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setValueList(Collection<String> valueList)
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with list input. |
void |
setWildCardValue(String wildCardValue)
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with wild card input. |
String |
toString()
Returns a string representation of this object.
|
ResaleAuthorizationManufacturerAccountIdFilter |
withValueList(Collection<String> valueList)
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with list input. |
ResaleAuthorizationManufacturerAccountIdFilter |
withValueList(String... valueList)
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with list input. |
ResaleAuthorizationManufacturerAccountIdFilter |
withWildCardValue(String wildCardValue)
Allows filtering on the
ManufacturerAccountId of a ResaleAuthorization with wild card input. |
public ResaleAuthorizationManufacturerAccountIdFilter()
public List<String> getValueList()
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with list input.
ManufacturerAccountId
of a ResaleAuthorization with list input.public void setValueList(Collection<String> valueList)
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with list input.
valueList
- Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with list input.public ResaleAuthorizationManufacturerAccountIdFilter withValueList(String... valueList)
Allows filtering on the ManufacturerAccountId
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 ManufacturerAccountId
of a ResaleAuthorization with list input.public ResaleAuthorizationManufacturerAccountIdFilter withValueList(Collection<String> valueList)
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with list input.
valueList
- Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with list input.public void setWildCardValue(String wildCardValue)
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with wild card input.
wildCardValue
- Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with wild card input.public String getWildCardValue()
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with wild card input.
ManufacturerAccountId
of a ResaleAuthorization with wild card input.public ResaleAuthorizationManufacturerAccountIdFilter withWildCardValue(String wildCardValue)
Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with wild card input.
wildCardValue
- Allows filtering on the ManufacturerAccountId
of a ResaleAuthorization with wild card input.public String toString()
toString
in class Object
Object.toString()
public ResaleAuthorizationManufacturerAccountIdFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.