7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/VocabularyLanguageCode.h>
10#include <aws/connect/model/VocabularyState.h>
11#include <aws/core/utils/DateTime.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
79 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
80 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
133 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
141 bool m_nameHasBeenSet =
false;
144 bool m_idHasBeenSet =
false;
147 bool m_arnHasBeenSet =
false;
150 bool m_languageCodeHasBeenSet =
false;
153 bool m_stateHasBeenSet =
false;
156 bool m_lastModifiedTimeHasBeenSet =
false;
159 bool m_failureReasonHasBeenSet =
false;
const Aws::String & GetFailureReason() const
void SetName(Aws::String &&value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
VocabularySummary & WithName(Aws::String &&value)
void SetId(const char *value)
VocabularySummary & WithState(const VocabularyState &value)
bool LastModifiedTimeHasBeenSet() const
void SetFailureReason(const char *value)
VocabularySummary & WithName(const Aws::String &value)
void SetState(VocabularyState &&value)
bool LanguageCodeHasBeenSet() const
VocabularySummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
void SetArn(const Aws::String &value)
VocabularySummary & WithArn(Aws::String &&value)
void SetName(const Aws::String &value)
bool ArnHasBeenSet() const
void SetFailureReason(Aws::String &&value)
AWS_CONNECT_API VocabularySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
VocabularySummary & WithLanguageCode(VocabularyLanguageCode &&value)
bool IdHasBeenSet() const
VocabularySummary & WithArn(const char *value)
void SetLanguageCode(VocabularyLanguageCode &&value)
void SetFailureReason(const Aws::String &value)
VocabularySummary & WithArn(const Aws::String &value)
const VocabularyState & GetState() const
VocabularySummary & WithId(const Aws::String &value)
bool FailureReasonHasBeenSet() const
bool NameHasBeenSet() const
VocabularySummary & WithFailureReason(Aws::String &&value)
VocabularySummary & WithState(VocabularyState &&value)
void SetArn(Aws::String &&value)
AWS_CONNECT_API VocabularySummary()
void SetId(Aws::String &&value)
const Aws::String & GetArn() const
void SetId(const Aws::String &value)
VocabularySummary & WithName(const char *value)
VocabularySummary & WithId(const char *value)
void SetLanguageCode(const VocabularyLanguageCode &value)
void SetState(const VocabularyState &value)
void SetName(const char *value)
VocabularySummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetId() const
const VocabularyLanguageCode & GetLanguageCode() const
VocabularySummary & WithId(Aws::String &&value)
VocabularySummary & WithLanguageCode(const VocabularyLanguageCode &value)
VocabularySummary & WithFailureReason(const char *value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetArn(const char *value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
VocabularySummary & WithFailureReason(const Aws::String &value)
AWS_CONNECT_API VocabularySummary(Aws::Utils::Json::JsonView jsonValue)
bool StateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue