Struct aws_sdk_backup::operation::create_backup_selection::builders::CreateBackupSelectionOutputBuilder
source · #[non_exhaustive]pub struct CreateBackupSelectionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateBackupSelectionOutput
.
Implementations§
source§impl CreateBackupSelectionOutputBuilder
impl CreateBackupSelectionOutputBuilder
sourcepub fn selection_id(self, input: impl Into<String>) -> Self
pub fn selection_id(self, input: impl Into<String>) -> Self
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
sourcepub fn set_selection_id(self, input: Option<String>) -> Self
pub fn set_selection_id(self, input: Option<String>) -> Self
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
sourcepub fn get_selection_id(&self) -> &Option<String>
pub fn get_selection_id(&self) -> &Option<String>
Uniquely identifies the body of a request to assign a set of resources to 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 creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn get_creation_date(&self) -> &Option<DateTime>
pub fn get_creation_date(&self) -> &Option<DateTime>
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn build(self) -> CreateBackupSelectionOutput
pub fn build(self) -> CreateBackupSelectionOutput
Consumes the builder and constructs a CreateBackupSelectionOutput
.
Trait Implementations§
source§impl Clone for CreateBackupSelectionOutputBuilder
impl Clone for CreateBackupSelectionOutputBuilder
source§fn clone(&self) -> CreateBackupSelectionOutputBuilder
fn clone(&self) -> CreateBackupSelectionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateBackupSelectionOutputBuilder
impl Default for CreateBackupSelectionOutputBuilder
source§fn default() -> CreateBackupSelectionOutputBuilder
fn default() -> CreateBackupSelectionOutputBuilder
source§impl PartialEq for CreateBackupSelectionOutputBuilder
impl PartialEq for CreateBackupSelectionOutputBuilder
source§fn eq(&self, other: &CreateBackupSelectionOutputBuilder) -> bool
fn eq(&self, other: &CreateBackupSelectionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.