7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/VocabularyLanguageCode.h>
9#include <aws/connect/model/VocabularyState.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
80 template <
typename ArnT = Aws::String>
82 m_arnHasBeenSet =
true;
83 m_arn = std::forward<ArnT>(value);
85 template <
typename ArnT = Aws::String>
87 SetArn(std::forward<ArnT>(value));
102 m_languageCodeHasBeenSet =
true;
103 m_languageCode = value;
118 m_stateHasBeenSet =
true;
133 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
135 m_lastModifiedTimeHasBeenSet =
true;
136 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
138 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 template <
typename FailureReasonT = Aws::String>
153 m_failureReasonHasBeenSet =
true;
154 m_failureReason = std::forward<FailureReasonT>(value);
156 template <
typename FailureReasonT = Aws::String>
176 bool m_nameHasBeenSet =
false;
177 bool m_idHasBeenSet =
false;
178 bool m_arnHasBeenSet =
false;
179 bool m_languageCodeHasBeenSet =
false;
180 bool m_stateHasBeenSet =
false;
181 bool m_lastModifiedTimeHasBeenSet =
false;
182 bool m_failureReasonHasBeenSet =
false;
const Aws::String & GetFailureReason() const
void SetState(VocabularyState value)
VocabularySummary & WithName(NameT &&value)
bool LastModifiedTimeHasBeenSet() const
VocabularySummary & WithFailureReason(FailureReasonT &&value)
bool LanguageCodeHasBeenSet() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
AWS_CONNECT_API VocabularySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
VocabularySummary & WithLanguageCode(VocabularyLanguageCode value)
VocabularySummary & WithId(IdT &&value)
VocabularyState GetState() const
bool FailureReasonHasBeenSet() const
void SetLanguageCode(VocabularyLanguageCode value)
bool NameHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetName(NameT &&value)
void SetArn(ArnT &&value)
VocabularyLanguageCode GetLanguageCode() const
VocabularySummary & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_CONNECT_API VocabularySummary()=default
const Aws::String & GetArn() const
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetId() const
VocabularySummary & WithState(VocabularyState value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_CONNECT_API VocabularySummary(Aws::Utils::Json::JsonView jsonValue)
bool StateHasBeenSet() const
VocabularySummary & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue