#[non_exhaustive]pub struct HumanTaskUiSummaryBuilder { /* private fields */ }
Expand description
A builder for HumanTaskUiSummary
.
Implementations§
source§impl HumanTaskUiSummaryBuilder
impl HumanTaskUiSummaryBuilder
sourcepub fn human_task_ui_name(self, input: impl Into<String>) -> Self
pub fn human_task_ui_name(self, input: impl Into<String>) -> Self
The name of the human task user interface.
This field is required.sourcepub fn set_human_task_ui_name(self, input: Option<String>) -> Self
pub fn set_human_task_ui_name(self, input: Option<String>) -> Self
The name of the human task user interface.
sourcepub fn get_human_task_ui_name(&self) -> &Option<String>
pub fn get_human_task_ui_name(&self) -> &Option<String>
The name of the human task user interface.
sourcepub fn human_task_ui_arn(self, input: impl Into<String>) -> Self
pub fn human_task_ui_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the human task user interface.
This field is required.sourcepub fn set_human_task_ui_arn(self, input: Option<String>) -> Self
pub fn set_human_task_ui_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the human task user interface.
sourcepub fn get_human_task_ui_arn(&self) -> &Option<String>
pub fn get_human_task_ui_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the human task user interface.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
A timestamp when SageMaker created the human task user interface.
This field is required.sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
A timestamp when SageMaker created the human task user interface.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
A timestamp when SageMaker created the human task user interface.
sourcepub fn build(self) -> HumanTaskUiSummary
pub fn build(self) -> HumanTaskUiSummary
Consumes the builder and constructs a HumanTaskUiSummary
.
Trait Implementations§
source§impl Clone for HumanTaskUiSummaryBuilder
impl Clone for HumanTaskUiSummaryBuilder
source§fn clone(&self) -> HumanTaskUiSummaryBuilder
fn clone(&self) -> HumanTaskUiSummaryBuilder
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 HumanTaskUiSummaryBuilder
impl Debug for HumanTaskUiSummaryBuilder
source§impl Default for HumanTaskUiSummaryBuilder
impl Default for HumanTaskUiSummaryBuilder
source§fn default() -> HumanTaskUiSummaryBuilder
fn default() -> HumanTaskUiSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for HumanTaskUiSummaryBuilder
impl PartialEq for HumanTaskUiSummaryBuilder
source§fn eq(&self, other: &HumanTaskUiSummaryBuilder) -> bool
fn eq(&self, other: &HumanTaskUiSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HumanTaskUiSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for HumanTaskUiSummaryBuilder
impl Send for HumanTaskUiSummaryBuilder
impl Sync for HumanTaskUiSummaryBuilder
impl Unpin for HumanTaskUiSummaryBuilder
impl UnwindSafe for HumanTaskUiSummaryBuilder
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.