7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/SsmControls.h>
21namespace ConfigService
47 template<
typename SsmControlsT = SsmControls>
48 void SetSsmControls(SsmControlsT&& value) { m_ssmControlsHasBeenSet =
true; m_ssmControls = std::forward<SsmControlsT>(value); }
49 template<
typename SsmControlsT = SsmControls>
55 bool m_ssmControlsHasBeenSet =
false;
AWS_CONFIGSERVICE_API ExecutionControls(Aws::Utils::Json::JsonView jsonValue)
ExecutionControls & WithSsmControls(SsmControlsT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API ExecutionControls()=default
void SetSsmControls(SsmControlsT &&value)
bool SsmControlsHasBeenSet() const
AWS_CONFIGSERVICE_API ExecutionControls & operator=(Aws::Utils::Json::JsonView jsonValue)
const SsmControls & GetSsmControls() const
Aws::Utils::Json::JsonValue JsonValue