7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
43 m_enabledHasBeenSet =
true;
59 template <
typename HeaderT = Aws::String>
61 m_headerHasBeenSet =
true;
62 m_header = std::forward<HeaderT>(value);
64 template <
typename HeaderT = Aws::String>
78 template <
typename ContentT = Aws::String>
80 m_contentHasBeenSet =
true;
81 m_content = std::forward<ContentT>(value);
83 template <
typename ContentT = Aws::String>
97 template <
typename CloseButtonLabelT = Aws::String>
99 m_closeButtonLabelHasBeenSet =
true;
100 m_closeButtonLabel = std::forward<CloseButtonLabelT>(value);
102 template <
typename CloseButtonLabelT = Aws::String>
109 bool m_enabled{
false};
116 bool m_enabledHasBeenSet =
false;
117 bool m_headerHasBeenSet =
false;
118 bool m_contentHasBeenSet =
false;
119 bool m_closeButtonLabelHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue