|
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.ForwardedValues
public class ForwardedValues
A complex type that specifies how CloudFront handles query strings.
| Constructor Summary | |
|---|---|
ForwardedValues()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Boolean |
getQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
int |
hashCode()
|
Boolean |
isQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
void |
setQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ForwardedValues |
withQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardedValues()
| Method Detail |
|---|
public Boolean isQueryString()
public void setQueryString(Boolean queryString)
queryString - Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior. If so, specify
true; if not, specify false.public ForwardedValues withQueryString(Boolean queryString)
Returns a reference to this object so that method calls can be chained together.
queryString - Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior. If so, specify
true; if not, specify false.
public Boolean getQueryString()
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 | ||||||