7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ResponseLengthT = Aws::String>
43 m_responseLengthHasBeenSet =
true;
44 m_responseLength = std::forward<ResponseLengthT>(value);
46 template <
typename ResponseLengthT = Aws::String>
59 template <
typename OutputStyleT = Aws::String>
61 m_outputStyleHasBeenSet =
true;
62 m_outputStyle = std::forward<OutputStyleT>(value);
64 template <
typename OutputStyleT = Aws::String>
77 template <
typename IdentityT = Aws::String>
79 m_identityHasBeenSet =
true;
80 m_identity = std::forward<IdentityT>(value);
82 template <
typename IdentityT = Aws::String>
95 template <
typename ToneT = Aws::String>
97 m_toneHasBeenSet =
true;
98 m_tone = std::forward<ToneT>(value);
100 template <
typename ToneT = Aws::String>
102 SetTone(std::forward<ToneT>(value));
113 template <
typename CustomInstructionsT = Aws::String>
115 m_customInstructionsHasBeenSet =
true;
116 m_customInstructions = std::forward<CustomInstructionsT>(value);
118 template <
typename CustomInstructionsT = Aws::String>
134 bool m_responseLengthHasBeenSet =
false;
135 bool m_outputStyleHasBeenSet =
false;
136 bool m_identityHasBeenSet =
false;
137 bool m_toneHasBeenSet =
false;
138 bool m_customInstructionsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue