Struct aws_sdk_backup::operation::get_backup_plan_from_template::builders::GetBackupPlanFromTemplateOutputBuilder
source · #[non_exhaustive]pub struct GetBackupPlanFromTemplateOutputBuilder { /* private fields */ }
Expand description
A builder for GetBackupPlanFromTemplateOutput
.
Implementations§
source§impl GetBackupPlanFromTemplateOutputBuilder
impl GetBackupPlanFromTemplateOutputBuilder
sourcepub fn backup_plan_document(self, input: BackupPlan) -> Self
pub fn backup_plan_document(self, input: BackupPlan) -> Self
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
sourcepub fn set_backup_plan_document(self, input: Option<BackupPlan>) -> Self
pub fn set_backup_plan_document(self, input: Option<BackupPlan>) -> Self
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
sourcepub fn build(self) -> GetBackupPlanFromTemplateOutput
pub fn build(self) -> GetBackupPlanFromTemplateOutput
Consumes the builder and constructs a GetBackupPlanFromTemplateOutput
.
Trait Implementations§
source§impl Clone for GetBackupPlanFromTemplateOutputBuilder
impl Clone for GetBackupPlanFromTemplateOutputBuilder
source§fn clone(&self) -> GetBackupPlanFromTemplateOutputBuilder
fn clone(&self) -> GetBackupPlanFromTemplateOutputBuilder
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 Default for GetBackupPlanFromTemplateOutputBuilder
impl Default for GetBackupPlanFromTemplateOutputBuilder
source§fn default() -> GetBackupPlanFromTemplateOutputBuilder
fn default() -> GetBackupPlanFromTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBackupPlanFromTemplateOutputBuilder> for GetBackupPlanFromTemplateOutputBuilder
impl PartialEq<GetBackupPlanFromTemplateOutputBuilder> for GetBackupPlanFromTemplateOutputBuilder
source§fn eq(&self, other: &GetBackupPlanFromTemplateOutputBuilder) -> bool
fn eq(&self, other: &GetBackupPlanFromTemplateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.