@Immutable @ThreadSafe public final class DefaultCookiesForCannedPolicy extends Object implements CookiesForCannedPolicy
CookiesForCannedPolicy.BuilderCOOKIE| Modifier and Type | Method and Description |
|---|---|
static CookiesForCannedPolicy.Builder |
builder() |
SdkHttpRequest |
createHttpGetRequest()
Generates an HTTP GET request that can be executed by an HTTP client to access the resource
|
boolean |
equals(Object o) |
String |
expiresHeaderValue()
Returns the cookie expires header value that can be appended to an HTTP GET request
i.e., "CloudFront-Expires=[EXPIRES_VALUE]"
|
int |
hashCode() |
String |
keyPairIdHeaderValue()
Returns the cookie key-pair-Id header value that can be appended to an HTTP GET request
i.e., "CloudFront-Key-Pair-Id=[KEY_PAIR_ID_VALUE]"
|
String |
resourceUrl()
Returns the resource URL
|
String |
signatureHeaderValue()
Returns the cookie signature header value that can be appended to an HTTP GET request
i.e., "CloudFront-Signature=[SIGNATURE_VALUE]"
|
CookiesForCannedPolicy.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic static CookiesForCannedPolicy.Builder builder()
public CookiesForCannedPolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CookiesForCannedPolicy.Builder,CookiesForCannedPolicy>public String resourceUrl()
SignedCookieresourceUrl in interface SignedCookiepublic SdkHttpRequest createHttpGetRequest()
SignedCookiecreateHttpGetRequest in interface SignedCookiepublic String signatureHeaderValue()
SignedCookiesignatureHeaderValue in interface SignedCookiepublic String keyPairIdHeaderValue()
SignedCookiekeyPairIdHeaderValue in interface SignedCookiepublic String expiresHeaderValue()
CookiesForCannedPolicyexpiresHeaderValue in interface CookiesForCannedPolicyCopyright © 2023. All rights reserved.