#[non_exhaustive]pub struct StartCopyJobOutputBuilder { /* private fields */ }
Expand description
A builder for StartCopyJobOutput
.
Implementations§
source§impl StartCopyJobOutputBuilder
impl StartCopyJobOutputBuilder
sourcepub fn copy_job_id(self, input: impl Into<String>) -> Self
pub fn copy_job_id(self, input: impl Into<String>) -> Self
Uniquely identifies a copy job.
sourcepub fn set_copy_job_id(self, input: Option<String>) -> Self
pub fn set_copy_job_id(self, input: Option<String>) -> Self
Uniquely identifies a copy job.
sourcepub fn get_copy_job_id(&self) -> &Option<String>
pub fn get_copy_job_id(&self) -> &Option<String>
Uniquely identifies a copy job.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date and time that a copy job 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 that a copy job 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 that a copy job 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 is_parent(self, input: bool) -> Self
pub fn is_parent(self, input: bool) -> Self
This is a returned boolean value indicating this is a parent (composite) copy job.
sourcepub fn set_is_parent(self, input: Option<bool>) -> Self
pub fn set_is_parent(self, input: Option<bool>) -> Self
This is a returned boolean value indicating this is a parent (composite) copy job.
sourcepub fn get_is_parent(&self) -> &Option<bool>
pub fn get_is_parent(&self) -> &Option<bool>
This is a returned boolean value indicating this is a parent (composite) copy job.
sourcepub fn build(self) -> StartCopyJobOutput
pub fn build(self) -> StartCopyJobOutput
Consumes the builder and constructs a StartCopyJobOutput
.
Trait Implementations§
source§impl Clone for StartCopyJobOutputBuilder
impl Clone for StartCopyJobOutputBuilder
source§fn clone(&self) -> StartCopyJobOutputBuilder
fn clone(&self) -> StartCopyJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for StartCopyJobOutputBuilder
impl Debug for StartCopyJobOutputBuilder
source§impl Default for StartCopyJobOutputBuilder
impl Default for StartCopyJobOutputBuilder
source§fn default() -> StartCopyJobOutputBuilder
fn default() -> StartCopyJobOutputBuilder
source§impl PartialEq for StartCopyJobOutputBuilder
impl PartialEq for StartCopyJobOutputBuilder
source§fn eq(&self, other: &StartCopyJobOutputBuilder) -> bool
fn eq(&self, other: &StartCopyJobOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.