#[non_exhaustive]pub struct AwsBackupRecoveryPointCreatedByDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsBackupRecoveryPointCreatedByDetails
.
Implementations§
source§impl AwsBackupRecoveryPointCreatedByDetailsBuilder
impl AwsBackupRecoveryPointCreatedByDetailsBuilder
sourcepub fn backup_plan_arn(self, input: impl Into<String>) -> Self
pub fn backup_plan_arn(self, input: impl Into<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
sourcepub fn set_backup_plan_arn(self, input: Option<String>) -> Self
pub fn set_backup_plan_arn(self, input: Option<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
sourcepub fn get_backup_plan_arn(&self) -> &Option<String>
pub fn get_backup_plan_arn(&self) -> &Option<String>
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
sourcepub fn backup_plan_id(self, input: impl Into<String>) -> Self
pub fn backup_plan_id(self, input: impl Into<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn set_backup_plan_id(self, input: Option<String>) -> Self
pub fn set_backup_plan_id(self, input: Option<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn get_backup_plan_id(&self) -> &Option<String>
pub fn get_backup_plan_id(&self) -> &Option<String>
Uniquely identifies a backup plan.
sourcepub fn backup_plan_version(self, input: impl Into<String>) -> Self
pub fn backup_plan_version(self, input: impl Into<String>) -> Self
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
sourcepub fn set_backup_plan_version(self, input: Option<String>) -> Self
pub fn set_backup_plan_version(self, input: Option<String>) -> Self
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
sourcepub fn get_backup_plan_version(&self) -> &Option<String>
pub fn get_backup_plan_version(&self) -> &Option<String>
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
sourcepub fn backup_rule_id(self, input: impl Into<String>) -> Self
pub fn backup_rule_id(self, input: impl Into<String>) -> Self
Uniquely identifies a rule used to schedule the backup of a selection of resources.
sourcepub fn set_backup_rule_id(self, input: Option<String>) -> Self
pub fn set_backup_rule_id(self, input: Option<String>) -> Self
Uniquely identifies a rule used to schedule the backup of a selection of resources.
sourcepub fn get_backup_rule_id(&self) -> &Option<String>
pub fn get_backup_rule_id(&self) -> &Option<String>
Uniquely identifies a rule used to schedule the backup of a selection of resources.
sourcepub fn build(self) -> AwsBackupRecoveryPointCreatedByDetails
pub fn build(self) -> AwsBackupRecoveryPointCreatedByDetails
Consumes the builder and constructs a AwsBackupRecoveryPointCreatedByDetails
.
Trait Implementations§
source§impl Clone for AwsBackupRecoveryPointCreatedByDetailsBuilder
impl Clone for AwsBackupRecoveryPointCreatedByDetailsBuilder
source§fn clone(&self) -> AwsBackupRecoveryPointCreatedByDetailsBuilder
fn clone(&self) -> AwsBackupRecoveryPointCreatedByDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsBackupRecoveryPointCreatedByDetailsBuilder
impl Default for AwsBackupRecoveryPointCreatedByDetailsBuilder
source§fn default() -> AwsBackupRecoveryPointCreatedByDetailsBuilder
fn default() -> AwsBackupRecoveryPointCreatedByDetailsBuilder
source§impl PartialEq for AwsBackupRecoveryPointCreatedByDetailsBuilder
impl PartialEq for AwsBackupRecoveryPointCreatedByDetailsBuilder
source§fn eq(&self, other: &AwsBackupRecoveryPointCreatedByDetailsBuilder) -> bool
fn eq(&self, other: &AwsBackupRecoveryPointCreatedByDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.