@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyValuesPair extends Object implements Serializable, Cloneable, StructuredPojo
A filter name and value pair that's used to return a more specific list of results from a ListJobs
API
operation.
Constructor and Description |
---|
KeyValuesPair() |
Modifier and Type | Method and Description |
---|---|
KeyValuesPair |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the filter.
|
List<String> |
getValues()
The filter values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the filter.
|
void |
setValues(Collection<String> values)
The filter values.
|
String |
toString()
Returns a string representation of this object.
|
KeyValuesPair |
withName(String name)
The name of the filter.
|
KeyValuesPair |
withValues(Collection<String> values)
The filter values.
|
KeyValuesPair |
withValues(String... values)
The filter values.
|
public void setName(String name)
The name of the filter. Filter names are case sensitive.
name
- The name of the filter. Filter names are case sensitive.public String getName()
The name of the filter. Filter names are case sensitive.
public KeyValuesPair withName(String name)
The name of the filter. Filter names are case sensitive.
name
- The name of the filter. Filter names are case sensitive.public void setValues(Collection<String> values)
The filter values.
values
- The filter values.public KeyValuesPair withValues(String... values)
The filter values.
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
- The filter values.public KeyValuesPair withValues(Collection<String> values)
The filter values.
values
- The filter values.public String toString()
toString
in class Object
Object.toString()
public KeyValuesPair clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.