public class Paths extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Paths() |
| Modifier and Type | Method and Description |
|---|---|
Paths |
clone() |
boolean |
equals(Object obj) |
List<String> |
getItems() |
Integer |
getQuantity() |
int |
hashCode() |
void |
setItems(Collection<String> items) |
void |
setQuantity(Integer quantity) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Paths |
withItems(Collection<String> items) |
Paths |
withItems(String... items)
NOTE: This method appends the values to the existing list (if
any).
|
Paths |
withQuantity(Integer quantity) |
public void setQuantity(Integer quantity)
quantity - public Integer getQuantity()
public Paths withQuantity(Integer quantity)
quantity - public void setItems(Collection<String> items)
items - public Paths withItems(String... items)
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection) or
withItems(java.util.Collection) if you want to override the
existing values.
items - public Paths withItems(Collection<String> items)
items - public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.