Struct aws_sdk_proton::input::GetTemplateSyncStatusInput
source · [−]#[non_exhaustive]pub struct GetTemplateSyncStatusInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetTemplateSyncStatusInput
impl Clone for GetTemplateSyncStatusInput
sourcefn clone(&self) -> GetTemplateSyncStatusInput
fn clone(&self) -> GetTemplateSyncStatusInput
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 Debug for GetTemplateSyncStatusInput
impl Debug for GetTemplateSyncStatusInput
sourceimpl PartialEq<GetTemplateSyncStatusInput> for GetTemplateSyncStatusInput
impl PartialEq<GetTemplateSyncStatusInput> for GetTemplateSyncStatusInput
sourcefn eq(&self, other: &GetTemplateSyncStatusInput) -> bool
fn eq(&self, other: &GetTemplateSyncStatusInput) -> bool
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
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