Struct aws_sdk_backup::operation::get_backup_plan_from_template::GetBackupPlanFromTemplateInput
source · #[non_exhaustive]pub struct GetBackupPlanFromTemplateInput { /* private fields */ }
Implementations§
source§impl GetBackupPlanFromTemplateInput
impl GetBackupPlanFromTemplateInput
sourcepub fn backup_plan_template_id(&self) -> Option<&str>
pub fn backup_plan_template_id(&self) -> Option<&str>
Uniquely identifies a stored backup plan template.
source§impl GetBackupPlanFromTemplateInput
impl GetBackupPlanFromTemplateInput
sourcepub fn builder() -> GetBackupPlanFromTemplateInputBuilder
pub fn builder() -> GetBackupPlanFromTemplateInputBuilder
Creates a new builder-style object to manufacture GetBackupPlanFromTemplateInput
.
source§impl GetBackupPlanFromTemplateInput
impl GetBackupPlanFromTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBackupPlanFromTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBackupPlanFromTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBackupPlanFromTemplate
>
Trait Implementations§
source§impl Clone for GetBackupPlanFromTemplateInput
impl Clone for GetBackupPlanFromTemplateInput
source§fn clone(&self) -> GetBackupPlanFromTemplateInput
fn clone(&self) -> GetBackupPlanFromTemplateInput
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 PartialEq<GetBackupPlanFromTemplateInput> for GetBackupPlanFromTemplateInput
impl PartialEq<GetBackupPlanFromTemplateInput> for GetBackupPlanFromTemplateInput
source§fn eq(&self, other: &GetBackupPlanFromTemplateInput) -> bool
fn eq(&self, other: &GetBackupPlanFromTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBackupPlanFromTemplateInput
Auto Trait Implementations§
impl RefUnwindSafe for GetBackupPlanFromTemplateInput
impl Send for GetBackupPlanFromTemplateInput
impl Sync for GetBackupPlanFromTemplateInput
impl Unpin for GetBackupPlanFromTemplateInput
impl UnwindSafe for GetBackupPlanFromTemplateInput
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