@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PartitionValueList extends Object implements Serializable, Cloneable, StructuredPojo
Contains a list of values defining partitions.
Constructor and Description |
---|
PartitionValueList() |
Modifier and Type | Method and Description |
---|---|
PartitionValueList |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValues()
The list of values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setValues(Collection<String> values)
The list of values.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PartitionValueList |
withValues(Collection<String> values)
The list of values.
|
PartitionValueList |
withValues(String... values)
The list of values.
|
public void setValues(Collection<String> values)
The list of values.
values
- The list of values.public PartitionValueList withValues(String... values)
The list of 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 list of values.public PartitionValueList withValues(Collection<String> values)
The list of values.
values
- The list of values.public String toString()
toString
in class Object
Object.toString()
public PartitionValueList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.