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