|
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.Aliases
public class Aliases
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
Constructor Summary | |
---|---|
Aliases()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getItems()
Optional: A complex type that contains CNAME elements, if any, for this distribution. |
Integer |
getQuantity()
The number of CNAMEs, if any, for this distribution. |
int |
hashCode()
|
void |
setItems(Collection<String> items)
Optional: A complex type that contains CNAME elements, if any, for this distribution. |
void |
setQuantity(Integer quantity)
The number of CNAMEs, if any, for this distribution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Aliases |
withItems(Collection<String> items)
Optional: A complex type that contains CNAME elements, if any, for this distribution. |
Aliases |
withItems(String... items)
Optional: A complex type that contains CNAME elements, if any, for this distribution. |
Aliases |
withQuantity(Integer quantity)
The number of CNAMEs, if any, for this distribution. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Aliases()
Method Detail |
---|
public Integer getQuantity()
public void setQuantity(Integer quantity)
quantity
- The number of CNAMEs, if any, for this distribution.public Aliases withQuantity(Integer quantity)
Returns a reference to this object so that method calls can be chained together.
quantity
- The number of CNAMEs, if any, for this distribution.
public List<String> getItems()
public void setItems(Collection<String> items)
items
- Optional: A complex type that contains CNAME elements, if any, for
this distribution. If Quantity is 0, you can omit Items.public Aliases withItems(String... items)
Returns a reference to this object so that method calls can be chained together.
items
- Optional: A complex type that contains CNAME elements, if any, for
this distribution. If Quantity is 0, you can omit Items.
public Aliases withItems(Collection<String> items)
Returns a reference to this object so that method calls can be chained together.
items
- Optional: A complex type that contains CNAME elements, if any, for
this distribution. If Quantity is 0, you can omit Items.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |