7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elementalinference/ElementalInference_EXPORTS.h>
9#include <aws/elementalinference/model/DictionaryLanguage.h>
10#include <aws/elementalinference/model/DictionaryStatus.h>
21namespace ElementalInference {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
98 m_languageHasBeenSet =
true;
114 m_statusHasBeenSet =
true;
132 bool m_arnHasBeenSet =
false;
133 bool m_idHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
135 bool m_languageHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
AWS_ELEMENTALINFERENCE_API DictionarySummary()=default
bool IdHasBeenSet() const
DictionarySummary & WithStatus(DictionaryStatus value)
const Aws::String & GetName() const
void SetName(NameT &&value)
DictionaryLanguage GetLanguage() const
void SetLanguage(DictionaryLanguage value)
bool NameHasBeenSet() const
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
DictionarySummary & WithLanguage(DictionaryLanguage value)
void SetStatus(DictionaryStatus value)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
DictionarySummary & WithName(NameT &&value)
DictionaryStatus GetStatus() const
DictionarySummary & WithId(IdT &&value)
AWS_ELEMENTALINFERENCE_API DictionarySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AWS_ELEMENTALINFERENCE_API DictionarySummary(Aws::Utils::Json::JsonView jsonValue)
DictionarySummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
bool LanguageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue