Struct aws_sdk_cloudfront::input::CreateFunctionInput
source · #[non_exhaustive]pub struct CreateFunctionInput { /* private fields */ }
Implementations§
source§impl CreateFunctionInput
impl CreateFunctionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFunction, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFunction, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFunction
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFunctionInput
.
source§impl CreateFunctionInput
impl CreateFunctionInput
sourcepub fn function_config(&self) -> Option<&FunctionConfig>
pub fn function_config(&self) -> Option<&FunctionConfig>
Configuration information about the function, including an optional comment and the function's runtime.
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§
source§impl Clone for CreateFunctionInput
impl Clone for CreateFunctionInput
source§fn clone(&self) -> CreateFunctionInput
fn clone(&self) -> CreateFunctionInput
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 CreateFunctionInput
impl Debug for CreateFunctionInput
source§impl PartialEq<CreateFunctionInput> for CreateFunctionInput
impl PartialEq<CreateFunctionInput> for CreateFunctionInput
source§fn eq(&self, other: &CreateFunctionInput) -> bool
fn eq(&self, other: &CreateFunctionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.