#[non_exhaustive]pub struct CreateFlowTemplateInput { /* private fields */ }Implementations§
source§impl CreateFlowTemplateInput
impl CreateFlowTemplateInput
sourcepub fn definition(&self) -> Option<&DefinitionDocument>
pub fn definition(&self) -> Option<&DefinitionDocument>
The workflow DefinitionDocument.
sourcepub fn compatible_namespace_version(&self) -> Option<i64>
pub fn compatible_namespace_version(&self) -> Option<i64>
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
source§impl CreateFlowTemplateInput
impl CreateFlowTemplateInput
sourcepub fn builder() -> CreateFlowTemplateInputBuilder
pub fn builder() -> CreateFlowTemplateInputBuilder
Creates a new builder-style object to manufacture CreateFlowTemplateInput.
source§impl CreateFlowTemplateInput
impl CreateFlowTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFlowTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateFlowTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFlowTemplate>
Trait Implementations§
source§impl Clone for CreateFlowTemplateInput
impl Clone for CreateFlowTemplateInput
source§fn clone(&self) -> CreateFlowTemplateInput
fn clone(&self) -> CreateFlowTemplateInput
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 CreateFlowTemplateInput
impl Debug for CreateFlowTemplateInput
source§impl PartialEq<CreateFlowTemplateInput> for CreateFlowTemplateInput
impl PartialEq<CreateFlowTemplateInput> for CreateFlowTemplateInput
source§fn eq(&self, other: &CreateFlowTemplateInput) -> bool
fn eq(&self, other: &CreateFlowTemplateInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateFlowTemplateInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateFlowTemplateInput
impl Send for CreateFlowTemplateInput
impl Sync for CreateFlowTemplateInput
impl Unpin for CreateFlowTemplateInput
impl UnwindSafe for CreateFlowTemplateInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more