7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/transcribe/model/InputType.h>
12#include <aws/transcribe/model/Rule.h>
25namespace TranscribeService
55 inline void SetCategoryName(
const char* value) { m_categoryNameHasBeenSet =
true; m_categoryName.assign(value); }
123 bool m_categoryNameHasBeenSet =
false;
126 bool m_rulesHasBeenSet =
false;
129 bool m_createTimeHasBeenSet =
false;
132 bool m_lastUpdateTimeHasBeenSet =
false;
135 bool m_inputTypeHasBeenSet =
false;
CategoryProperties & WithLastUpdateTime(const Aws::Utils::DateTime &value)
CategoryProperties & WithLastUpdateTime(Aws::Utils::DateTime &&value)
void SetCreateTime(Aws::Utils::DateTime &&value)
const InputType & GetInputType() const
CategoryProperties & AddRules(const Rule &value)
const Aws::String & GetCategoryName() const
void SetCategoryName(const Aws::String &value)
CategoryProperties & WithCreateTime(Aws::Utils::DateTime &&value)
CategoryProperties & WithInputType(const InputType &value)
void SetCategoryName(Aws::String &&value)
CategoryProperties & WithRules(const Aws::Vector< Rule > &value)
bool LastUpdateTimeHasBeenSet() const
void SetCategoryName(const char *value)
CategoryProperties & WithCreateTime(const Aws::Utils::DateTime &value)
CategoryProperties & WithRules(Aws::Vector< Rule > &&value)
void SetInputType(InputType &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
AWS_TRANSCRIBESERVICE_API CategoryProperties()
const Aws::Vector< Rule > & GetRules() const
bool InputTypeHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
CategoryProperties & WithCategoryName(Aws::String &&value)
void SetCreateTime(const Aws::Utils::DateTime &value)
bool CreateTimeHasBeenSet() const
void SetRules(const Aws::Vector< Rule > &value)
AWS_TRANSCRIBESERVICE_API CategoryProperties(Aws::Utils::Json::JsonView jsonValue)
void SetInputType(const InputType &value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRules(Aws::Vector< Rule > &&value)
CategoryProperties & WithCategoryName(const char *value)
CategoryProperties & WithCategoryName(const Aws::String &value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
CategoryProperties & AddRules(Rule &&value)
bool CategoryNameHasBeenSet() const
bool RulesHasBeenSet() const
AWS_TRANSCRIBESERVICE_API CategoryProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CategoryProperties & WithInputType(InputType &&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