7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename UiTemplateS3UriT = Aws::String>
56 void SetUiTemplateS3Uri(UiTemplateS3UriT&& value) { m_uiTemplateS3UriHasBeenSet =
true; m_uiTemplateS3Uri = std::forward<UiTemplateS3UriT>(value); }
57 template<
typename UiTemplateS3UriT = Aws::String>
98 template<
typename HumanTaskUiArnT = Aws::String>
99 void SetHumanTaskUiArn(HumanTaskUiArnT&& value) { m_humanTaskUiArnHasBeenSet =
true; m_humanTaskUiArn = std::forward<HumanTaskUiArnT>(value); }
100 template<
typename HumanTaskUiArnT = Aws::String>
106 bool m_uiTemplateS3UriHasBeenSet =
false;
109 bool m_humanTaskUiArnHasBeenSet =
false;
const Aws::String & GetUiTemplateS3Uri() const
void SetUiTemplateS3Uri(UiTemplateS3UriT &&value)
const Aws::String & GetHumanTaskUiArn() const
AWS_SAGEMAKER_API UiConfig(Aws::Utils::Json::JsonView jsonValue)
void SetHumanTaskUiArn(HumanTaskUiArnT &&value)
bool HumanTaskUiArnHasBeenSet() const
UiConfig & WithUiTemplateS3Uri(UiTemplateS3UriT &&value)
bool UiTemplateS3UriHasBeenSet() const
AWS_SAGEMAKER_API UiConfig()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
UiConfig & WithHumanTaskUiArn(HumanTaskUiArnT &&value)
AWS_SAGEMAKER_API UiConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue