7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename PromptARNT = Aws::String>
44 m_promptARNHasBeenSet =
true;
45 m_promptARN = std::forward<PromptARNT>(value);
47 template <
typename PromptARNT = Aws::String>
60 template <
typename PromptIdT = Aws::String>
62 m_promptIdHasBeenSet =
true;
63 m_promptId = std::forward<PromptIdT>(value);
65 template <
typename PromptIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
115 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
117 m_tagsHasBeenSet =
true;
118 m_tags = std::forward<TagsT>(value);
120 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
122 SetTags(std::forward<TagsT>(value));
125 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
127 m_tagsHasBeenSet =
true;
128 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
139 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
141 m_lastModifiedTimeHasBeenSet =
true;
142 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
144 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
157 template <
typename LastModifiedRegionT = Aws::String>
159 m_lastModifiedRegionHasBeenSet =
true;
160 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
162 template <
typename LastModifiedRegionT = Aws::String>
182 bool m_promptARNHasBeenSet =
false;
183 bool m_promptIdHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
186 bool m_tagsHasBeenSet =
false;
187 bool m_lastModifiedTimeHasBeenSet =
false;
188 bool m_lastModifiedRegionHasBeenSet =
false;
AWS_CONNECT_API Prompt & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PromptARNHasBeenSet() const
Prompt & AddTags(TagsKeyT &&key, TagsValueT &&value)
Prompt & WithLastModifiedRegion(LastModifiedRegionT &&value)
AWS_CONNECT_API Prompt(Aws::Utils::Json::JsonView jsonValue)
Prompt & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetDescription(DescriptionT &&value)
Prompt & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool PromptIdHasBeenSet() const
void SetPromptId(PromptIdT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetName() const
const Aws::String & GetPromptARN() const
void SetLastModifiedRegion(LastModifiedRegionT &&value)
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetPromptId() const
Prompt & WithPromptId(PromptIdT &&value)
void SetTags(TagsT &&value)
Prompt & WithName(NameT &&value)
bool LastModifiedRegionHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetLastModifiedRegion() const
AWS_CONNECT_API Prompt()=default
Prompt & WithPromptARN(PromptARNT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetPromptARN(PromptARNT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
Prompt & WithTags(TagsT &&value)
void SetName(NameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue