7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename EmojiT = Aws::String>
44 m_emojiHasBeenSet =
true;
45 m_emoji = std::forward<EmojiT>(value);
47 template <
typename EmojiT = Aws::String>
49 SetEmoji(std::forward<EmojiT>(value));
61 template <
typename ShortCodeT = Aws::String>
63 m_shortCodeHasBeenSet =
true;
64 m_shortCode = std::forward<ShortCodeT>(value);
66 template <
typename ShortCodeT = Aws::String>
79 template <
typename UnicodeT = Aws::String>
81 m_unicodeHasBeenSet =
true;
82 m_unicode = std::forward<UnicodeT>(value);
84 template <
typename UnicodeT = Aws::String>
96 bool m_emojiHasBeenSet =
false;
97 bool m_shortCodeHasBeenSet =
false;
98 bool m_unicodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue