@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CachedMethods extends Object implements Serializable, Cloneable
A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:
CloudFront caches responses to GET and HEAD requests.
CloudFront caches responses to GET, HEAD, and OPTIONS requests.
If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.
| Constructor and Description |
|---|
CachedMethods() |
| Modifier and Type | Method and Description |
|---|---|
CachedMethods |
clone() |
boolean |
equals(Object obj) |
List<String> |
getItems()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
Integer |
getQuantity()
The number of HTTP methods for which you want CloudFront to cache responses.
|
int |
hashCode() |
void |
setItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
void |
setQuantity(Integer quantity)
The number of HTTP methods for which you want CloudFront to cache responses.
|
String |
toString()
Returns a string representation of this object.
|
CachedMethods |
withItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods |
withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods |
withItems(String... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods |
withQuantity(Integer quantity)
The number of HTTP methods for which you want CloudFront to cache responses.
|
public void setQuantity(Integer quantity)
The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for
caching responses to GET and HEAD requests) and 3 (for caching responses
to GET, HEAD, and OPTIONS requests).
quantity - The number of HTTP methods for which you want CloudFront to cache responses. Valid values are
2 (for caching responses to GET and HEAD requests) and
3 (for caching responses to GET, HEAD, and OPTIONS
requests).public Integer getQuantity()
The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for
caching responses to GET and HEAD requests) and 3 (for caching responses
to GET, HEAD, and OPTIONS requests).
2 (for caching responses to GET and HEAD requests) and
3 (for caching responses to GET, HEAD, and OPTIONS
requests).public CachedMethods withQuantity(Integer quantity)
The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for
caching responses to GET and HEAD requests) and 3 (for caching responses
to GET, HEAD, and OPTIONS requests).
quantity - The number of HTTP methods for which you want CloudFront to cache responses. Valid values are
2 (for caching responses to GET and HEAD requests) and
3 (for caching responses to GET, HEAD, and OPTIONS
requests).public List<String> getItems()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethods include GET, HEAD, and OPTIONS, depending on
which caching option you choose. For more information, see the preceding section.
CachedMethods include GET, HEAD, and
OPTIONS, depending on which caching option you choose. For more information, see the
preceding section.Methodpublic void setItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethods include GET, HEAD, and OPTIONS, depending on
which caching option you choose. For more information, see the preceding section.
items - A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values
for CachedMethods include GET, HEAD, and OPTIONS,
depending on which caching option you choose. For more information, see the preceding section.Methodpublic CachedMethods withItems(String... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethods include GET, HEAD, and OPTIONS, depending on
which caching option you choose. For more information, see the preceding section.
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 - A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values
for CachedMethods include GET, HEAD, and OPTIONS,
depending on which caching option you choose. For more information, see the preceding section.Methodpublic CachedMethods withItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethods include GET, HEAD, and OPTIONS, depending on
which caching option you choose. For more information, see the preceding section.
items - A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values
for CachedMethods include GET, HEAD, and OPTIONS,
depending on which caching option you choose. For more information, see the preceding section.Methodpublic CachedMethods withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for
CachedMethods include GET, HEAD, and OPTIONS, depending on
which caching option you choose. For more information, see the preceding section.
items - A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values
for CachedMethods include GET, HEAD, and OPTIONS,
depending on which caching option you choose. For more information, see the preceding section.Methodpublic String toString()
toString in class ObjectObject.toString()public CachedMethods clone()