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