#[non_exhaustive]pub struct CreateCloudFormationTemplateInput { /* private fields */ }
Implementations§
source§impl CreateCloudFormationTemplateInput
impl CreateCloudFormationTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCloudFormationTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCloudFormationTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCloudFormationTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCloudFormationTemplateInput
.
source§impl CreateCloudFormationTemplateInput
impl CreateCloudFormationTemplateInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the application.
sourcepub fn semantic_version(&self) -> Option<&str>
pub fn semantic_version(&self) -> Option<&str>
The semantic version of the application:
Trait Implementations§
source§impl Clone for CreateCloudFormationTemplateInput
impl Clone for CreateCloudFormationTemplateInput
source§fn clone(&self) -> CreateCloudFormationTemplateInput
fn clone(&self) -> CreateCloudFormationTemplateInput
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 PartialEq<CreateCloudFormationTemplateInput> for CreateCloudFormationTemplateInput
impl PartialEq<CreateCloudFormationTemplateInput> for CreateCloudFormationTemplateInput
source§fn eq(&self, other: &CreateCloudFormationTemplateInput) -> bool
fn eq(&self, other: &CreateCloudFormationTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.