|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudfront.model.Paths
public class Paths
A complex type that contains information about the objects that you want to invalidate.
| Constructor Summary | |
|---|---|
Paths()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getItems()
A complex type that contains a list of the objects that you want to invalidate. |
Integer |
getQuantity()
The number of objects that you want to invalidate. |
int |
hashCode()
|
void |
setItems(Collection<String> items)
A complex type that contains a list of the objects that you want to invalidate. |
void |
setQuantity(Integer quantity)
The number of objects that you want to invalidate. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Paths |
withItems(Collection<String> items)
A complex type that contains a list of the objects that you want to invalidate. |
Paths |
withItems(String... items)
A complex type that contains a list of the objects that you want to invalidate. |
Paths |
withQuantity(Integer quantity)
The number of objects that you want to invalidate. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Paths()
| Method Detail |
|---|
public Integer getQuantity()
public void setQuantity(Integer quantity)
quantity - The number of objects that you want to invalidate.public Paths withQuantity(Integer quantity)
Returns a reference to this object so that method calls can be chained together.
quantity - The number of objects that you want to invalidate.
public List<String> getItems()
public void setItems(Collection<String> items)
items - A complex type that contains a list of the objects that you want to
invalidate.public Paths withItems(String... items)
Returns a reference to this object so that method calls can be chained together.
items - A complex type that contains a list of the objects that you want to
invalidate.
public Paths withItems(Collection<String> items)
Returns a reference to this object so that method calls can be chained together.
items - A complex type that contains a list of the objects that you want to
invalidate.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||