7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
19namespace SocialMessaging {
42 template <
typename PreviewUrlT = Aws::String>
44 m_previewUrlHasBeenSet =
true;
45 m_previewUrl = std::forward<PreviewUrlT>(value);
47 template <
typename PreviewUrlT = Aws::String>
60 template <
typename ExpiresAtT = Aws::String>
62 m_expiresAtHasBeenSet =
true;
63 m_expiresAt = std::forward<ExpiresAtT>(value);
65 template <
typename ExpiresAtT = Aws::String>
75 bool m_previewUrlHasBeenSet =
false;
76 bool m_expiresAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue