7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename EmojiT = Aws::String>
49 void SetEmoji(EmojiT&& value) { m_emojiHasBeenSet =
true; m_emoji = std::forward<EmojiT>(value); }
50 template<
typename EmojiT = Aws::String>
61 template<
typename ShortCodeT = Aws::String>
62 void SetShortCode(ShortCodeT&& value) { m_shortCodeHasBeenSet =
true; m_shortCode = std::forward<ShortCodeT>(value); }
63 template<
typename ShortCodeT = Aws::String>
73 template<
typename UnicodeT = Aws::String>
74 void SetUnicode(UnicodeT&& value) { m_unicodeHasBeenSet =
true; m_unicode = std::forward<UnicodeT>(value); }
75 template<
typename UnicodeT = Aws::String>
81 bool m_emojiHasBeenSet =
false;
84 bool m_shortCodeHasBeenSet =
false;
87 bool m_unicodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue