Struct aws_sdk_batch::operation::submit_job::builders::SubmitJobOutputBuilder
source · #[non_exhaustive]pub struct SubmitJobOutputBuilder { /* private fields */ }
Expand description
A builder for SubmitJobOutput
.
Implementations§
source§impl SubmitJobOutputBuilder
impl SubmitJobOutputBuilder
sourcepub fn job_arn(self, input: impl Into<String>) -> Self
pub fn job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the job.
sourcepub fn set_job_arn(self, input: Option<String>) -> Self
pub fn set_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the job.
sourcepub fn get_job_arn(&self) -> &Option<String>
pub fn get_job_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the job.
sourcepub fn job_name(self, input: impl Into<String>) -> Self
pub fn job_name(self, input: impl Into<String>) -> Self
The name of the job.
This field is required.sourcepub fn set_job_name(self, input: Option<String>) -> Self
pub fn set_job_name(self, input: Option<String>) -> Self
The name of the job.
sourcepub fn get_job_name(&self) -> &Option<String>
pub fn get_job_name(&self) -> &Option<String>
The name of the job.
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The unique identifier for the job.
This field is required.sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The unique identifier for the job.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The unique identifier for the job.
sourcepub fn build(self) -> SubmitJobOutput
pub fn build(self) -> SubmitJobOutput
Consumes the builder and constructs a SubmitJobOutput
.
Trait Implementations§
source§impl Clone for SubmitJobOutputBuilder
impl Clone for SubmitJobOutputBuilder
source§fn clone(&self) -> SubmitJobOutputBuilder
fn clone(&self) -> SubmitJobOutputBuilder
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 SubmitJobOutputBuilder
impl Debug for SubmitJobOutputBuilder
source§impl Default for SubmitJobOutputBuilder
impl Default for SubmitJobOutputBuilder
source§fn default() -> SubmitJobOutputBuilder
fn default() -> SubmitJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SubmitJobOutputBuilder
impl PartialEq for SubmitJobOutputBuilder
source§fn eq(&self, other: &SubmitJobOutputBuilder) -> bool
fn eq(&self, other: &SubmitJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SubmitJobOutputBuilder
Auto Trait Implementations§
impl Freeze for SubmitJobOutputBuilder
impl RefUnwindSafe for SubmitJobOutputBuilder
impl Send for SubmitJobOutputBuilder
impl Sync for SubmitJobOutputBuilder
impl Unpin for SubmitJobOutputBuilder
impl UnwindSafe for SubmitJobOutputBuilder
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.