Struct aws_sdk_cloudfront::input::UpdateCachePolicyInput
source · [−]#[non_exhaustive]pub struct UpdateCachePolicyInput { /* private fields */ }
Implementations
sourceimpl UpdateCachePolicyInput
impl UpdateCachePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCachePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCachePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCachePolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCachePolicyInput
.
sourceimpl UpdateCachePolicyInput
impl UpdateCachePolicyInput
sourcepub fn cache_policy_config(&self) -> Option<&CachePolicyConfig>
pub fn cache_policy_config(&self) -> Option<&CachePolicyConfig>
A cache policy configuration.
Trait Implementations
sourceimpl Clone for UpdateCachePolicyInput
impl Clone for UpdateCachePolicyInput
sourcefn clone(&self) -> UpdateCachePolicyInput
fn clone(&self) -> UpdateCachePolicyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateCachePolicyInput
impl Debug for UpdateCachePolicyInput
sourceimpl PartialEq<UpdateCachePolicyInput> for UpdateCachePolicyInput
impl PartialEq<UpdateCachePolicyInput> for UpdateCachePolicyInput
sourcefn eq(&self, other: &UpdateCachePolicyInput) -> bool
fn eq(&self, other: &UpdateCachePolicyInput) -> bool
impl StructuralPartialEq for UpdateCachePolicyInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateCachePolicyInput
impl Send for UpdateCachePolicyInput
impl Sync for UpdateCachePolicyInput
impl Unpin for UpdateCachePolicyInput
impl UnwindSafe for UpdateCachePolicyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more