Struct aws_sdk_backup::operation::delete_backup_plan::builders::DeleteBackupPlanOutputBuilder
source · #[non_exhaustive]pub struct DeleteBackupPlanOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteBackupPlanOutput
.
Implementations§
source§impl DeleteBackupPlanOutputBuilder
impl DeleteBackupPlanOutputBuilder
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_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; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
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; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
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; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
sourcepub fn deletion_date(self, input: DateTime) -> Self
pub fn deletion_date(self, input: DateTime) -> Self
The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn set_deletion_date(self, input: Option<DateTime>) -> Self
pub fn set_deletion_date(self, input: Option<DateTime>) -> Self
The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn get_deletion_date(&self) -> &Option<DateTime>
pub fn get_deletion_date(&self) -> &Option<DateTime>
The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(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_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(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_version_id(&self) -> &Option<String>
pub fn get_version_id(&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 build(self) -> DeleteBackupPlanOutput
pub fn build(self) -> DeleteBackupPlanOutput
Consumes the builder and constructs a DeleteBackupPlanOutput
.
Trait Implementations§
source§impl Clone for DeleteBackupPlanOutputBuilder
impl Clone for DeleteBackupPlanOutputBuilder
source§fn clone(&self) -> DeleteBackupPlanOutputBuilder
fn clone(&self) -> DeleteBackupPlanOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteBackupPlanOutputBuilder
impl Default for DeleteBackupPlanOutputBuilder
source§fn default() -> DeleteBackupPlanOutputBuilder
fn default() -> DeleteBackupPlanOutputBuilder
source§impl PartialEq for DeleteBackupPlanOutputBuilder
impl PartialEq for DeleteBackupPlanOutputBuilder
source§fn eq(&self, other: &DeleteBackupPlanOutputBuilder) -> bool
fn eq(&self, other: &DeleteBackupPlanOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.