7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CreateTimeT = Aws::Utils::DateTime>
49 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
50 template<
typename CreateTimeT = Aws::Utils::DateTime>
60 template<
typename UpdateTimeT = Aws::Utils::DateTime>
61 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
62 template<
typename UpdateTimeT = Aws::Utils::DateTime>
72 template<
typename ConfiguredModelAlgorithmArnT = Aws::String>
73 void SetConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT&& value) { m_configuredModelAlgorithmArnHasBeenSet =
true; m_configuredModelAlgorithmArn = std::forward<ConfiguredModelAlgorithmArnT>(value); }
74 template<
typename ConfiguredModelAlgorithmArnT = Aws::String>
84 template<
typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
86 template<
typename NameT = Aws::String>
96 template<
typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
98 template<
typename DescriptionT = Aws::String>
104 bool m_createTimeHasBeenSet =
false;
107 bool m_updateTimeHasBeenSet =
false;
110 bool m_configuredModelAlgorithmArnHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue