Struct aws_sdk_batch::types::builders::EcsPropertiesDetailBuilder
source · #[non_exhaustive]pub struct EcsPropertiesDetailBuilder { /* private fields */ }
Expand description
A builder for EcsPropertiesDetail
.
Implementations§
source§impl EcsPropertiesDetailBuilder
impl EcsPropertiesDetailBuilder
sourcepub fn task_properties(self, input: EcsTaskDetails) -> Self
pub fn task_properties(self, input: EcsTaskDetails) -> Self
Appends an item to task_properties
.
To override the contents of this collection use set_task_properties
.
The properties for the Amazon ECS task definition of a job.
sourcepub fn set_task_properties(self, input: Option<Vec<EcsTaskDetails>>) -> Self
pub fn set_task_properties(self, input: Option<Vec<EcsTaskDetails>>) -> Self
The properties for the Amazon ECS task definition of a job.
sourcepub fn get_task_properties(&self) -> &Option<Vec<EcsTaskDetails>>
pub fn get_task_properties(&self) -> &Option<Vec<EcsTaskDetails>>
The properties for the Amazon ECS task definition of a job.
sourcepub fn build(self) -> EcsPropertiesDetail
pub fn build(self) -> EcsPropertiesDetail
Consumes the builder and constructs a EcsPropertiesDetail
.
Trait Implementations§
source§impl Clone for EcsPropertiesDetailBuilder
impl Clone for EcsPropertiesDetailBuilder
source§fn clone(&self) -> EcsPropertiesDetailBuilder
fn clone(&self) -> EcsPropertiesDetailBuilder
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 EcsPropertiesDetailBuilder
impl Debug for EcsPropertiesDetailBuilder
source§impl Default for EcsPropertiesDetailBuilder
impl Default for EcsPropertiesDetailBuilder
source§fn default() -> EcsPropertiesDetailBuilder
fn default() -> EcsPropertiesDetailBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EcsPropertiesDetailBuilder
impl PartialEq for EcsPropertiesDetailBuilder
source§fn eq(&self, other: &EcsPropertiesDetailBuilder) -> bool
fn eq(&self, other: &EcsPropertiesDetailBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EcsPropertiesDetailBuilder
Auto Trait Implementations§
impl Freeze for EcsPropertiesDetailBuilder
impl RefUnwindSafe for EcsPropertiesDetailBuilder
impl Send for EcsPropertiesDetailBuilder
impl Sync for EcsPropertiesDetailBuilder
impl Unpin for EcsPropertiesDetailBuilder
impl UnwindSafe for EcsPropertiesDetailBuilder
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.