#[non_exhaustive]pub struct GetBackupPlanFromJsonInput { /* private fields */ }
Implementations§
source§impl GetBackupPlanFromJsonInput
impl GetBackupPlanFromJsonInput
sourcepub fn backup_plan_template_json(&self) -> Option<&str>
pub fn backup_plan_template_json(&self) -> Option<&str>
A customer-supplied backup plan document in JSON format.
source§impl GetBackupPlanFromJsonInput
impl GetBackupPlanFromJsonInput
sourcepub fn builder() -> GetBackupPlanFromJsonInputBuilder
pub fn builder() -> GetBackupPlanFromJsonInputBuilder
Creates a new builder-style object to manufacture GetBackupPlanFromJsonInput
.
source§impl GetBackupPlanFromJsonInput
impl GetBackupPlanFromJsonInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBackupPlanFromJSON, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBackupPlanFromJSON, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBackupPlanFromJSON
>
Trait Implementations§
source§impl Clone for GetBackupPlanFromJsonInput
impl Clone for GetBackupPlanFromJsonInput
source§fn clone(&self) -> GetBackupPlanFromJsonInput
fn clone(&self) -> GetBackupPlanFromJsonInput
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 Debug for GetBackupPlanFromJsonInput
impl Debug for GetBackupPlanFromJsonInput
source§impl PartialEq<GetBackupPlanFromJsonInput> for GetBackupPlanFromJsonInput
impl PartialEq<GetBackupPlanFromJsonInput> for GetBackupPlanFromJsonInput
source§fn eq(&self, other: &GetBackupPlanFromJsonInput) -> bool
fn eq(&self, other: &GetBackupPlanFromJsonInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.