7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
19namespace SocialMessaging {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename AssetTypeT = Aws::String>
61 m_assetTypeHasBeenSet =
true;
62 m_assetType = std::forward<AssetTypeT>(value);
64 template <
typename AssetTypeT = Aws::String>
78 template <
typename DownloadUrlT = Aws::String>
80 m_downloadUrlHasBeenSet =
true;
81 m_downloadUrl = std::forward<DownloadUrlT>(value);
83 template <
typename DownloadUrlT = Aws::String>
95 bool m_nameHasBeenSet =
false;
96 bool m_assetTypeHasBeenSet =
false;
97 bool m_downloadUrlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue