Struct aws_sdk_cloudfront::input::CreateInvalidationInput
source · #[non_exhaustive]pub struct CreateInvalidationInput { /* private fields */ }
Expand description
The request to create an invalidation.
Implementations§
source§impl CreateInvalidationInput
impl CreateInvalidationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInvalidation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInvalidation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateInvalidation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateInvalidationInput
.
source§impl CreateInvalidationInput
impl CreateInvalidationInput
sourcepub fn distribution_id(&self) -> Option<&str>
pub fn distribution_id(&self) -> Option<&str>
The distribution's id.
sourcepub fn invalidation_batch(&self) -> Option<&InvalidationBatch>
pub fn invalidation_batch(&self) -> Option<&InvalidationBatch>
The batch information for the invalidation.
Trait Implementations§
source§impl Clone for CreateInvalidationInput
impl Clone for CreateInvalidationInput
source§fn clone(&self) -> CreateInvalidationInput
fn clone(&self) -> CreateInvalidationInput
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 Debug for CreateInvalidationInput
impl Debug for CreateInvalidationInput
source§impl PartialEq<CreateInvalidationInput> for CreateInvalidationInput
impl PartialEq<CreateInvalidationInput> for CreateInvalidationInput
source§fn eq(&self, other: &CreateInvalidationInput) -> bool
fn eq(&self, other: &CreateInvalidationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.