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>
52 inline void SetControlName(
const char* value) { m_controlNameHasBeenSet =
true; m_controlName.assign(value); }
91 bool m_controlNameHasBeenSet =
false;
94 bool m_controlInputParametersHasBeenSet =
false;
97 bool m_controlScopeHasBeenSet =
false;
void SetControlName(const Aws::String &value)
const Aws::Vector< ControlInputParameter > & GetControlInputParameters() const
FrameworkControl & WithControlName(Aws::String &&value)
FrameworkControl & WithControlName(const Aws::String &value)
const ControlScope & GetControlScope() const
void SetControlName(Aws::String &&value)
bool ControlNameHasBeenSet() const
void SetControlScope(const ControlScope &value)
FrameworkControl & WithControlScope(ControlScope &&value)
AWS_BACKUP_API FrameworkControl & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ControlScopeHasBeenSet() const
bool ControlInputParametersHasBeenSet() const
void SetControlInputParameters(Aws::Vector< ControlInputParameter > &&value)
FrameworkControl & WithControlInputParameters(Aws::Vector< ControlInputParameter > &&value)
void SetControlName(const char *value)
void SetControlScope(ControlScope &&value)
FrameworkControl & WithControlScope(const ControlScope &value)
const Aws::String & GetControlName() const
AWS_BACKUP_API FrameworkControl(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BACKUP_API FrameworkControl()
FrameworkControl & AddControlInputParameters(ControlInputParameter &&value)
FrameworkControl & WithControlInputParameters(const Aws::Vector< ControlInputParameter > &value)
FrameworkControl & WithControlName(const char *value)
FrameworkControl & AddControlInputParameters(const ControlInputParameter &value)
void SetControlInputParameters(const Aws::Vector< ControlInputParameter > &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