7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/transcribe/TranscribeService_EXPORTS.h>
11#include <aws/transcribe/model/InputType.h>
12#include <aws/transcribe/model/Rule.h>
13#include <aws/transcribe/model/Tag.h>
24namespace TranscribeService {
48 template <
typename CategoryNameT = Aws::String>
50 m_categoryNameHasBeenSet =
true;
51 m_categoryName = std::forward<CategoryNameT>(value);
53 template <
typename CategoryNameT = Aws::String>
67 template <
typename RulesT = Aws::Vector<Rule>>
69 m_rulesHasBeenSet =
true;
70 m_rules = std::forward<RulesT>(value);
72 template <
typename RulesT = Aws::Vector<Rule>>
74 SetRules(std::forward<RulesT>(value));
77 template <
typename RulesT = Rule>
79 m_rulesHasBeenSet =
true;
80 m_rules.emplace_back(std::forward<RulesT>(value));
94 template <
typename CreateTimeT = Aws::Utils::DateTime>
96 m_createTimeHasBeenSet =
true;
97 m_createTime = std::forward<CreateTimeT>(value);
99 template <
typename CreateTimeT = Aws::Utils::DateTime>
115 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
117 m_lastUpdateTimeHasBeenSet =
true;
118 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
120 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
134 template <
typename TagsT = Aws::Vector<Tag>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Vector<Tag>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsT = Tag>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace_back(std::forward<TagsT>(value));
162 m_inputTypeHasBeenSet =
true;
182 bool m_categoryNameHasBeenSet =
false;
183 bool m_rulesHasBeenSet =
false;
184 bool m_createTimeHasBeenSet =
false;
185 bool m_lastUpdateTimeHasBeenSet =
false;
186 bool m_tagsHasBeenSet =
false;
187 bool m_inputTypeHasBeenSet =
false;
CategoryProperties & AddRules(RulesT &&value)
const Aws::String & GetCategoryName() const
CategoryProperties & WithInputType(InputType value)
bool LastUpdateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
CategoryProperties & WithLastUpdateTime(LastUpdateTimeT &&value)
const Aws::Vector< Rule > & GetRules() const
bool InputTypeHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
CategoryProperties & AddTags(TagsT &&value)
void SetCategoryName(CategoryNameT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
CategoryProperties & WithTags(TagsT &&value)
bool CreateTimeHasBeenSet() const
AWS_TRANSCRIBESERVICE_API CategoryProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
InputType GetInputType() const
void SetInputType(InputType value)
CategoryProperties & WithRules(RulesT &&value)
CategoryProperties & WithCreateTime(CreateTimeT &&value)
void SetRules(RulesT &&value)
CategoryProperties & WithCategoryName(CategoryNameT &&value)
void SetCreateTime(CreateTimeT &&value)
bool CategoryNameHasBeenSet() const
bool RulesHasBeenSet() const
bool TagsHasBeenSet() const
AWS_TRANSCRIBESERVICE_API CategoryProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESERVICE_API CategoryProperties()=default
const Aws::Vector< Tag > & GetTags() const
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue