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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.