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