#[non_exhaustive]pub struct CreateHumanTaskUiInput { /* private fields */ }
Implementations§
source§impl CreateHumanTaskUiInput
impl CreateHumanTaskUiInput
sourcepub fn human_task_ui_name(&self) -> Option<&str>
pub fn human_task_ui_name(&self) -> Option<&str>
The name of the user interface you are creating.
sourcepub fn ui_template(&self) -> Option<&UiTemplate>
pub fn ui_template(&self) -> Option<&UiTemplate>
The Liquid template for the worker user interface.
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
source§impl CreateHumanTaskUiInput
impl CreateHumanTaskUiInput
sourcepub fn builder() -> CreateHumanTaskUiInputBuilder
pub fn builder() -> CreateHumanTaskUiInputBuilder
Creates a new builder-style object to manufacture CreateHumanTaskUiInput
.
source§impl CreateHumanTaskUiInput
impl CreateHumanTaskUiInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHumanTaskUi, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateHumanTaskUi, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateHumanTaskUi
>
Trait Implementations§
source§impl Clone for CreateHumanTaskUiInput
impl Clone for CreateHumanTaskUiInput
source§fn clone(&self) -> CreateHumanTaskUiInput
fn clone(&self) -> CreateHumanTaskUiInput
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 CreateHumanTaskUiInput
impl Debug for CreateHumanTaskUiInput
source§impl PartialEq<CreateHumanTaskUiInput> for CreateHumanTaskUiInput
impl PartialEq<CreateHumanTaskUiInput> for CreateHumanTaskUiInput
source§fn eq(&self, other: &CreateHumanTaskUiInput) -> bool
fn eq(&self, other: &CreateHumanTaskUiInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.