Struct aws_sdk_backup::operation::export_backup_plan_template::ExportBackupPlanTemplateOutput
source · #[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() -> ExportBackupPlanTemplateOutputBuilder
pub fn builder() -> ExportBackupPlanTemplateOutputBuilder
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 ==
.source§impl RequestId for ExportBackupPlanTemplateOutput
impl RequestId for ExportBackupPlanTemplateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ExportBackupPlanTemplateOutput
Auto Trait Implementations§
impl RefUnwindSafe for ExportBackupPlanTemplateOutput
impl Send for ExportBackupPlanTemplateOutput
impl Sync for ExportBackupPlanTemplateOutput
impl Unpin for ExportBackupPlanTemplateOutput
impl UnwindSafe for ExportBackupPlanTemplateOutput
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