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>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
74 template<
typename ArnT = Aws::String>
75 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
76 template<
typename ArnT = Aws::String>
109 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
110 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
111 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
121 template<
typename FailureReasonT = Aws::String>
122 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
123 template<
typename FailureReasonT = Aws::String>
129 bool m_nameHasBeenSet =
false;
132 bool m_idHasBeenSet =
false;
135 bool m_arnHasBeenSet =
false;
138 bool m_languageCodeHasBeenSet =
false;
141 bool m_stateHasBeenSet =
false;
144 bool m_lastModifiedTimeHasBeenSet =
false;
147 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