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