Struct aws_sdk_serverlessapplicationrepository::input::CreateCloudFormationTemplateInput
source · [−]#[non_exhaustive]pub struct CreateCloudFormationTemplateInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateCloudFormationTemplateInput
impl Clone for CreateCloudFormationTemplateInput
sourcefn clone(&self) -> CreateCloudFormationTemplateInput
fn clone(&self) -> CreateCloudFormationTemplateInput
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 PartialEq<CreateCloudFormationTemplateInput> for CreateCloudFormationTemplateInput
impl PartialEq<CreateCloudFormationTemplateInput> for CreateCloudFormationTemplateInput
sourcefn eq(&self, other: &CreateCloudFormationTemplateInput) -> bool
fn eq(&self, other: &CreateCloudFormationTemplateInput) -> bool
impl StructuralPartialEq for CreateCloudFormationTemplateInput
Auto Trait Implementations
impl RefUnwindSafe for CreateCloudFormationTemplateInput
impl Send for CreateCloudFormationTemplateInput
impl Sync for CreateCloudFormationTemplateInput
impl Unpin for CreateCloudFormationTemplateInput
impl UnwindSafe for CreateCloudFormationTemplateInput
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