Struct aws_sdk_codepipeline::types::builders::JobDetailsBuilder
source · #[non_exhaustive]pub struct JobDetailsBuilder { /* private fields */ }
Expand description
A builder for JobDetails
.
Implementations§
source§impl JobDetailsBuilder
impl JobDetailsBuilder
sourcepub fn data(self, input: JobData) -> Self
pub fn data(self, input: JobData) -> Self
Represents other information about a job required for a job worker to complete the job.
sourcepub fn set_data(self, input: Option<JobData>) -> Self
pub fn set_data(self, input: Option<JobData>) -> Self
Represents other information about a job required for a job worker to complete the job.
sourcepub fn get_data(&self) -> &Option<JobData>
pub fn get_data(&self) -> &Option<JobData>
Represents other information about a job required for a job worker to complete the job.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID associated with the job.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID associated with the job.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The Amazon Web Services account ID associated with the job.
sourcepub fn build(self) -> JobDetails
pub fn build(self) -> JobDetails
Consumes the builder and constructs a JobDetails
.
Trait Implementations§
source§impl Clone for JobDetailsBuilder
impl Clone for JobDetailsBuilder
source§fn clone(&self) -> JobDetailsBuilder
fn clone(&self) -> JobDetailsBuilder
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 JobDetailsBuilder
impl Debug for JobDetailsBuilder
source§impl Default for JobDetailsBuilder
impl Default for JobDetailsBuilder
source§fn default() -> JobDetailsBuilder
fn default() -> JobDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for JobDetailsBuilder
impl PartialEq for JobDetailsBuilder
source§fn eq(&self, other: &JobDetailsBuilder) -> bool
fn eq(&self, other: &JobDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for JobDetailsBuilder
Auto Trait Implementations§
impl Freeze for JobDetailsBuilder
impl RefUnwindSafe for JobDetailsBuilder
impl Send for JobDetailsBuilder
impl Sync for JobDetailsBuilder
impl Unpin for JobDetailsBuilder
impl UnwindSafe for JobDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.