@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PartitionValueList extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PartitionValueList() |
| Modifier and Type | Method and Description |
|---|---|
PartitionValueList |
clone() |
boolean |
equals(Object obj) |
List<String> |
getValues() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValues(Collection<String> values) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PartitionValueList |
withValues(Collection<String> values) |
PartitionValueList |
withValues(String... values)
NOTE: This method appends the values to the existing list (if any).
|
public void setValues(Collection<String> values)
values - public PartitionValueList withValues(String... 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 - public PartitionValueList withValues(Collection<String> values)
values - public String toString()
toString in class ObjectObject.toString()public PartitionValueList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.