7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/backup/model/ControlScope.h>
11#include <aws/backup/model/ControlInputParameter.h>
50 template<
typename ControlNameT = Aws::String>
51 void SetControlName(ControlNameT&& value) { m_controlNameHasBeenSet =
true; m_controlName = std::forward<ControlNameT>(value); }
52 template<
typename ControlNameT = Aws::String>
62 template<
typename ControlInputParametersT = Aws::Vector<ControlInputParameter>>
63 void SetControlInputParameters(ControlInputParametersT&& value) { m_controlInputParametersHasBeenSet =
true; m_controlInputParameters = std::forward<ControlInputParametersT>(value); }
64 template<
typename ControlInputParametersT = Aws::Vector<ControlInputParameter>>
66 template<
typename ControlInputParametersT = ControlInputParameter>
67 FrameworkControl&
AddControlInputParameters(ControlInputParametersT&& value) { m_controlInputParametersHasBeenSet =
true; m_controlInputParameters.emplace_back(std::forward<ControlInputParametersT>(value));
return *
this; }
81 template<
typename ControlScopeT = ControlScope>
82 void SetControlScope(ControlScopeT&& value) { m_controlScopeHasBeenSet =
true; m_controlScope = std::forward<ControlScopeT>(value); }
83 template<
typename ControlScopeT = ControlScope>
89 bool m_controlNameHasBeenSet =
false;
92 bool m_controlInputParametersHasBeenSet =
false;
95 bool m_controlScopeHasBeenSet =
false;
FrameworkControl & WithControlInputParameters(ControlInputParametersT &&value)
FrameworkControl & WithControlScope(ControlScopeT &&value)
const Aws::Vector< ControlInputParameter > & GetControlInputParameters() const
void SetControlInputParameters(ControlInputParametersT &&value)
const ControlScope & GetControlScope() const
FrameworkControl & WithControlName(ControlNameT &&value)
void SetControlName(ControlNameT &&value)
bool ControlNameHasBeenSet() const
AWS_BACKUP_API FrameworkControl()=default
AWS_BACKUP_API FrameworkControl & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ControlScopeHasBeenSet() const
bool ControlInputParametersHasBeenSet() const
FrameworkControl & AddControlInputParameters(ControlInputParametersT &&value)
const Aws::String & GetControlName() const
AWS_BACKUP_API FrameworkControl(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetControlScope(ControlScopeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue