public class Aliases extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Aliases() |
| Modifier and Type | Method and Description |
|---|---|
Aliases |
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.
|
Aliases |
withItems(Collection<String> items) |
Aliases |
withItems(String... items)
NOTE: This method appends the values to the existing list (if
any).
|
Aliases |
withQuantity(Integer quantity) |
public void setQuantity(Integer quantity)
quantity - public Integer getQuantity()
public Aliases withQuantity(Integer quantity)
quantity - public void setItems(Collection<String> items)
items - public Aliases 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 Aliases withItems(Collection<String> items)
items - public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.