#[non_exhaustive]pub struct GetTemplateSyncStatusInput { /* private fields */ }Implementations§
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.
source§impl GetTemplateSyncStatusInput
impl GetTemplateSyncStatusInput
sourcepub fn builder() -> GetTemplateSyncStatusInputBuilder
pub fn builder() -> GetTemplateSyncStatusInputBuilder
Creates a new builder-style object to manufacture GetTemplateSyncStatusInput.
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>
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 ==.impl StructuralPartialEq for GetTemplateSyncStatusInput
Auto Trait Implementations§
impl RefUnwindSafe for GetTemplateSyncStatusInput
impl Send for GetTemplateSyncStatusInput
impl Sync for GetTemplateSyncStatusInput
impl Unpin for GetTemplateSyncStatusInput
impl UnwindSafe for GetTemplateSyncStatusInput
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