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 get_backup_plan_template_json(&self) -> &Option<String>
pub fn get_backup_plan_template_json(&self) -> &Option<String>
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 ==
.impl StructuralPartialEq for ExportBackupPlanTemplateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ExportBackupPlanTemplateOutputBuilder
impl Send for ExportBackupPlanTemplateOutputBuilder
impl Sync for ExportBackupPlanTemplateOutputBuilder
impl Unpin for ExportBackupPlanTemplateOutputBuilder
impl UnwindSafe for ExportBackupPlanTemplateOutputBuilder
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