7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ActionTypeT = Aws::String>
48 void SetActionType(ActionTypeT&& value) { m_actionTypeHasBeenSet =
true; m_actionType = std::forward<ActionTypeT>(value); }
49 template<
typename ActionTypeT = Aws::String>
60 inline void SetProgramCount(
long long value) { m_programCountHasBeenSet =
true; m_programCount = value; }
71 inline void SetExecutableCount(
long long value) { m_executableCountHasBeenSet =
true; m_executableCount = value; }
77 bool m_actionTypeHasBeenSet =
false;
79 long long m_programCount{0};
80 bool m_programCountHasBeenSet =
false;
82 long long m_executableCount{0};
83 bool m_executableCountHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue