Struct aws_sdk_proton::input::GetTemplateSyncStatusInput
source · #[non_exhaustive]pub struct GetTemplateSyncStatusInput { /* private fields */ }
Implementations§
source§impl GetTemplateSyncStatusInput
impl GetTemplateSyncStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTemplateSyncStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTemplateSyncStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTemplateSyncStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTemplateSyncStatusInput
.
source§impl GetTemplateSyncStatusInput
impl GetTemplateSyncStatusInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The template name.
sourcepub fn template_type(&self) -> Option<&TemplateType>
pub fn template_type(&self) -> Option<&TemplateType>
The template type.
sourcepub fn template_version(&self) -> Option<&str>
pub fn template_version(&self) -> Option<&str>
The template major version.
Trait Implementations§
source§impl Clone for GetTemplateSyncStatusInput
impl Clone for GetTemplateSyncStatusInput
source§fn clone(&self) -> GetTemplateSyncStatusInput
fn clone(&self) -> GetTemplateSyncStatusInput
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 GetTemplateSyncStatusInput
impl Debug for GetTemplateSyncStatusInput
source§impl PartialEq<GetTemplateSyncStatusInput> for GetTemplateSyncStatusInput
impl PartialEq<GetTemplateSyncStatusInput> for GetTemplateSyncStatusInput
source§fn eq(&self, other: &GetTemplateSyncStatusInput) -> bool
fn eq(&self, other: &GetTemplateSyncStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.