#[non_exhaustive]pub struct ExportBackupPlanTemplateOutput { /* private fields */ }
Implementations§
source§impl ExportBackupPlanTemplateOutput
impl ExportBackupPlanTemplateOutput
sourcepub fn backup_plan_template_json(&self) -> Option<&str>
pub fn backup_plan_template_json(&self) -> Option<&str>
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.
source§impl ExportBackupPlanTemplateOutput
impl ExportBackupPlanTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportBackupPlanTemplateOutput
.
Trait Implementations§
source§impl Clone for ExportBackupPlanTemplateOutput
impl Clone for ExportBackupPlanTemplateOutput
source§fn clone(&self) -> ExportBackupPlanTemplateOutput
fn clone(&self) -> ExportBackupPlanTemplateOutput
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<ExportBackupPlanTemplateOutput> for ExportBackupPlanTemplateOutput
impl PartialEq<ExportBackupPlanTemplateOutput> for ExportBackupPlanTemplateOutput
source§fn eq(&self, other: &ExportBackupPlanTemplateOutput) -> bool
fn eq(&self, other: &ExportBackupPlanTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.