Struct aws_sdk_cloudfront::operation::get_cache_policy_config::builders::GetCachePolicyConfigOutputBuilder
source · #[non_exhaustive]pub struct GetCachePolicyConfigOutputBuilder { /* private fields */ }
Expand description
A builder for GetCachePolicyConfigOutput
.
Implementations§
source§impl GetCachePolicyConfigOutputBuilder
impl GetCachePolicyConfigOutputBuilder
sourcepub fn cache_policy_config(self, input: CachePolicyConfig) -> Self
pub fn cache_policy_config(self, input: CachePolicyConfig) -> Self
The cache policy configuration.
sourcepub fn set_cache_policy_config(self, input: Option<CachePolicyConfig>) -> Self
pub fn set_cache_policy_config(self, input: Option<CachePolicyConfig>) -> Self
The cache policy configuration.
sourcepub fn build(self) -> GetCachePolicyConfigOutput
pub fn build(self) -> GetCachePolicyConfigOutput
Consumes the builder and constructs a GetCachePolicyConfigOutput
.
Trait Implementations§
source§impl Clone for GetCachePolicyConfigOutputBuilder
impl Clone for GetCachePolicyConfigOutputBuilder
source§fn clone(&self) -> GetCachePolicyConfigOutputBuilder
fn clone(&self) -> GetCachePolicyConfigOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetCachePolicyConfigOutputBuilder
impl Default for GetCachePolicyConfigOutputBuilder
source§fn default() -> GetCachePolicyConfigOutputBuilder
fn default() -> GetCachePolicyConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetCachePolicyConfigOutputBuilder> for GetCachePolicyConfigOutputBuilder
impl PartialEq<GetCachePolicyConfigOutputBuilder> for GetCachePolicyConfigOutputBuilder
source§fn eq(&self, other: &GetCachePolicyConfigOutputBuilder) -> bool
fn eq(&self, other: &GetCachePolicyConfigOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.