Struct aws_sdk_cloudfront::input::UpdateFunctionInput
source · [−]#[non_exhaustive]pub struct UpdateFunctionInput { /* private fields */ }
Implementations
sourceimpl UpdateFunctionInput
impl UpdateFunctionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFunction, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFunction, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateFunction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFunctionInput
.
sourceimpl UpdateFunctionInput
impl UpdateFunctionInput
sourcepub fn if_match(&self) -> Option<&str>
pub fn if_match(&self) -> Option<&str>
The current version (ETag
value) of the function that you are updating, which you can get using DescribeFunction
.
sourcepub fn function_config(&self) -> Option<&FunctionConfig>
pub fn function_config(&self) -> Option<&FunctionConfig>
Configuration information about the function.
sourcepub fn function_code(&self) -> Option<&Blob>
pub fn function_code(&self) -> Option<&Blob>
The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.
Trait Implementations
sourceimpl Clone for UpdateFunctionInput
impl Clone for UpdateFunctionInput
sourcefn clone(&self) -> UpdateFunctionInput
fn clone(&self) -> UpdateFunctionInput
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 more
sourceimpl Debug for UpdateFunctionInput
impl Debug for UpdateFunctionInput
sourceimpl PartialEq<UpdateFunctionInput> for UpdateFunctionInput
impl PartialEq<UpdateFunctionInput> for UpdateFunctionInput
sourcefn eq(&self, other: &UpdateFunctionInput) -> bool
fn eq(&self, other: &UpdateFunctionInput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &UpdateFunctionInput) -> bool
fn ne(&self, other: &UpdateFunctionInput) -> bool
This method tests for !=
.
impl StructuralPartialEq for UpdateFunctionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFunctionInput
impl Send for UpdateFunctionInput
impl Sync for UpdateFunctionInput
impl Unpin for UpdateFunctionInput
impl UnwindSafe for UpdateFunctionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more