7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
19namespace LicenseManager {
41 template <
typename KeyToMatchT = Aws::String>
43 m_keyToMatchHasBeenSet =
true;
44 m_keyToMatch = std::forward<KeyToMatchT>(value);
46 template <
typename KeyToMatchT = Aws::String>
59 template <
typename ScriptT = Aws::String>
61 m_scriptHasBeenSet =
true;
62 m_script = std::forward<ScriptT>(value);
64 template <
typename ScriptT = Aws::String>
74 bool m_keyToMatchHasBeenSet =
false;
75 bool m_scriptHasBeenSet =
false;
ScriptRuleStatement & WithKeyToMatch(KeyToMatchT &&value)
void SetKeyToMatch(KeyToMatchT &&value)
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LICENSEMANAGER_API ScriptRuleStatement()=default
bool KeyToMatchHasBeenSet() const
void SetScript(ScriptT &&value)
AWS_LICENSEMANAGER_API ScriptRuleStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScriptHasBeenSet() const
ScriptRuleStatement & WithScript(ScriptT &&value)
const Aws::String & GetScript() const
const Aws::String & GetKeyToMatch() const
AWS_LICENSEMANAGER_API ScriptRuleStatement(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue