7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DisplayNameT = Aws::String>
48 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
49 template<
typename DisplayNameT = Aws::String>
59 template<
typename FooterLinkURLT = Aws::String>
60 void SetFooterLinkURL(FooterLinkURLT&& value) { m_footerLinkURLHasBeenSet =
true; m_footerLinkURL = std::forward<FooterLinkURLT>(value); }
61 template<
typename FooterLinkURLT = Aws::String>
67 bool m_displayNameHasBeenSet =
false;
70 bool m_footerLinkURLHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue