7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CustomInstructionsStringT = Aws::String>
49 void SetCustomInstructionsString(CustomInstructionsStringT&& value) { m_customInstructionsStringHasBeenSet =
true; m_customInstructionsString = std::forward<CustomInstructionsStringT>(value); }
50 template<
typename CustomInstructionsStringT = Aws::String>
56 bool m_customInstructionsStringHasBeenSet =
false;
AWS_QUICKSIGHT_API CustomInstructions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomInstructionsString() const
AWS_QUICKSIGHT_API CustomInstructions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API CustomInstructions()=default
bool CustomInstructionsStringHasBeenSet() const
void SetCustomInstructionsString(CustomInstructionsStringT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
CustomInstructions & WithCustomInstructionsString(CustomInstructionsStringT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue