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