Struct aws_sdk_ecs::operation::register_task_definition::builders::RegisterTaskDefinitionOutputBuilder
source · #[non_exhaustive]pub struct RegisterTaskDefinitionOutputBuilder { /* private fields */ }Expand description
A builder for RegisterTaskDefinitionOutput.
Implementations§
source§impl RegisterTaskDefinitionOutputBuilder
impl RegisterTaskDefinitionOutputBuilder
sourcepub fn task_definition(self, input: TaskDefinition) -> Self
pub fn task_definition(self, input: TaskDefinition) -> Self
The full description of the registered task definition.
sourcepub fn set_task_definition(self, input: Option<TaskDefinition>) -> Self
pub fn set_task_definition(self, input: Option<TaskDefinition>) -> Self
The full description of the registered task definition.
sourcepub fn get_task_definition(&self) -> &Option<TaskDefinition>
pub fn get_task_definition(&self) -> &Option<TaskDefinition>
The full description of the registered task definition.
Appends an item to tags.
To override the contents of this collection use set_tags.
The list of tags associated with the task definition.
The list of tags associated with the task definition.
The list of tags associated with the task definition.
sourcepub fn build(self) -> RegisterTaskDefinitionOutput
pub fn build(self) -> RegisterTaskDefinitionOutput
Consumes the builder and constructs a RegisterTaskDefinitionOutput.
Trait Implementations§
source§impl Clone for RegisterTaskDefinitionOutputBuilder
impl Clone for RegisterTaskDefinitionOutputBuilder
source§fn clone(&self) -> RegisterTaskDefinitionOutputBuilder
fn clone(&self) -> RegisterTaskDefinitionOutputBuilder
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 Default for RegisterTaskDefinitionOutputBuilder
impl Default for RegisterTaskDefinitionOutputBuilder
source§fn default() -> RegisterTaskDefinitionOutputBuilder
fn default() -> RegisterTaskDefinitionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RegisterTaskDefinitionOutputBuilder
impl PartialEq for RegisterTaskDefinitionOutputBuilder
source§fn eq(&self, other: &RegisterTaskDefinitionOutputBuilder) -> bool
fn eq(&self, other: &RegisterTaskDefinitionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RegisterTaskDefinitionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RegisterTaskDefinitionOutputBuilder
impl Send for RegisterTaskDefinitionOutputBuilder
impl Sync for RegisterTaskDefinitionOutputBuilder
impl Unpin for RegisterTaskDefinitionOutputBuilder
impl UnwindSafe for RegisterTaskDefinitionOutputBuilder
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.