7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename PromptARNT = Aws::String>
49 void SetPromptARN(PromptARNT&& value) { m_promptARNHasBeenSet =
true; m_promptARN = std::forward<PromptARNT>(value); }
50 template<
typename PromptARNT = Aws::String>
60 template<
typename PromptIdT = Aws::String>
61 void SetPromptId(PromptIdT&& value) { m_promptIdHasBeenSet =
true; m_promptId = std::forward<PromptIdT>(value); }
62 template<
typename PromptIdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
97 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
99 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
103 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
113 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
115 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
125 template<
typename LastModifiedRegionT = Aws::String>
126 void SetLastModifiedRegion(LastModifiedRegionT&& value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value); }
127 template<
typename LastModifiedRegionT = Aws::String>
133 bool m_promptARNHasBeenSet =
false;
136 bool m_promptIdHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
148 bool m_lastModifiedTimeHasBeenSet =
false;
151 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