Struct aws_sdk_backup::operation::export_backup_plan_template::builders::ExportBackupPlanTemplateOutputBuilder
source · #[non_exhaustive]pub struct ExportBackupPlanTemplateOutputBuilder { /* private fields */ }
Expand description
A builder for ExportBackupPlanTemplateOutput
.
Implementations§
source§impl ExportBackupPlanTemplateOutputBuilder
impl ExportBackupPlanTemplateOutputBuilder
sourcepub fn backup_plan_template_json(self, input: impl Into<String>) -> Self
pub fn backup_plan_template_json(self, input: impl Into<String>) -> Self
The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.
sourcepub fn set_backup_plan_template_json(self, input: Option<String>) -> Self
pub fn set_backup_plan_template_json(self, input: Option<String>) -> Self
The body of a backup plan template in JSON format.
This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.
sourcepub fn build(self) -> ExportBackupPlanTemplateOutput
pub fn build(self) -> ExportBackupPlanTemplateOutput
Consumes the builder and constructs a ExportBackupPlanTemplateOutput
.
Trait Implementations§
source§impl Clone for ExportBackupPlanTemplateOutputBuilder
impl Clone for ExportBackupPlanTemplateOutputBuilder
source§fn clone(&self) -> ExportBackupPlanTemplateOutputBuilder
fn clone(&self) -> ExportBackupPlanTemplateOutputBuilder
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 ExportBackupPlanTemplateOutputBuilder
impl Default for ExportBackupPlanTemplateOutputBuilder
source§fn default() -> ExportBackupPlanTemplateOutputBuilder
fn default() -> ExportBackupPlanTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ExportBackupPlanTemplateOutputBuilder> for ExportBackupPlanTemplateOutputBuilder
impl PartialEq<ExportBackupPlanTemplateOutputBuilder> for ExportBackupPlanTemplateOutputBuilder
source§fn eq(&self, other: &ExportBackupPlanTemplateOutputBuilder) -> bool
fn eq(&self, other: &ExportBackupPlanTemplateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.