toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cloudfront
/
aws.sdk.kotlin.services.cloudfront.model
/
GetCachePolicyConfigResponse
Get
Cache
Policy
Config
Response
class
GetCachePolicyConfigResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
cache
Policy
Config
Link copied to clipboard
val
cachePolicyConfig
:
CachePolicyConfig
?
The cache policy configuration.
e
Tag
Link copied to clipboard
val
eTag
:
String
?
The current version of the cache policy.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetCachePolicyConfigResponse.Builder
.
(
)
->
Unit
=
{}
)
:
GetCachePolicyConfigResponse
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String