7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NarrativeT = Aws::String>
47 void SetNarrative(NarrativeT&& value) { m_narrativeHasBeenSet =
true; m_narrative = std::forward<NarrativeT>(value); }
48 template<
typename NarrativeT = Aws::String>
54 bool m_narrativeHasBeenSet =
false;
const Aws::String & GetNarrative() const
CustomNarrativeOptions & WithNarrative(NarrativeT &&value)
AWS_QUICKSIGHT_API CustomNarrativeOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NarrativeHasBeenSet() const
AWS_QUICKSIGHT_API CustomNarrativeOptions(Aws::Utils::Json::JsonView jsonValue)
void SetNarrative(NarrativeT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API CustomNarrativeOptions()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue