@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrationVersionFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter definition for filtering registration versions that meets a specified criteria.
| Constructor and Description |
|---|
RegistrationVersionFilter() |
| Modifier and Type | Method and Description |
|---|---|
RegistrationVersionFilter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the attribute to filter on.
|
List<String> |
getValues()
An array of values to filter on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the attribute to filter on.
|
void |
setValues(Collection<String> values)
An array of values to filter on.
|
String |
toString()
Returns a string representation of this object.
|
RegistrationVersionFilter |
withName(RegistrationVersionFilterName name)
The name of the attribute to filter on.
|
RegistrationVersionFilter |
withName(String name)
The name of the attribute to filter on.
|
RegistrationVersionFilter |
withValues(Collection<String> values)
An array of values to filter on.
|
RegistrationVersionFilter |
withValues(String... values)
An array of values to filter on.
|
public void setName(String name)
The name of the attribute to filter on.
name - The name of the attribute to filter on.RegistrationVersionFilterNamepublic String getName()
The name of the attribute to filter on.
RegistrationVersionFilterNamepublic RegistrationVersionFilter withName(String name)
The name of the attribute to filter on.
name - The name of the attribute to filter on.RegistrationVersionFilterNamepublic RegistrationVersionFilter withName(RegistrationVersionFilterName name)
The name of the attribute to filter on.
name - The name of the attribute to filter on.RegistrationVersionFilterNamepublic List<String> getValues()
An array of values to filter on.
public void setValues(Collection<String> values)
An array of values to filter on.
values - An array of values to filter on.public RegistrationVersionFilter withValues(String... values)
An array of values to filter on.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - An array of values to filter on.public RegistrationVersionFilter withValues(Collection<String> values)
An array of values to filter on.
values - An array of values to filter on.public String toString()
toString in class ObjectObject.toString()public RegistrationVersionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.