7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
103 inline ControlScope&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
108 bool m_complianceResourceIdsHasBeenSet =
false;
111 bool m_complianceResourceTypesHasBeenSet =
false;
114 bool m_tagsHasBeenSet =
false;
ControlScope & AddTags(Aws::String &&key, const char *value)
ControlScope & AddTags(const char *key, const char *value)
ControlScope & WithComplianceResourceTypes(Aws::Vector< Aws::String > &&value)
AWS_BACKUP_API ControlScope()
ControlScope & AddComplianceResourceIds(Aws::String &&value)
const Aws::Vector< Aws::String > & GetComplianceResourceTypes() const
bool ComplianceResourceTypesHasBeenSet() const
ControlScope & AddComplianceResourceIds(const Aws::String &value)
ControlScope & WithComplianceResourceIds(const Aws::Vector< Aws::String > &value)
void SetComplianceResourceIds(const Aws::Vector< Aws::String > &value)
void SetComplianceResourceTypes(Aws::Vector< Aws::String > &&value)
ControlScope & AddTags(const Aws::String &key, const Aws::String &value)
AWS_BACKUP_API ControlScope & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetComplianceResourceTypes(const Aws::Vector< Aws::String > &value)
ControlScope & AddTags(const Aws::String &key, Aws::String &&value)
AWS_BACKUP_API ControlScope(Aws::Utils::Json::JsonView jsonValue)
bool ComplianceResourceIdsHasBeenSet() const
void SetComplianceResourceIds(Aws::Vector< Aws::String > &&value)
ControlScope & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
ControlScope & AddTags(Aws::String &&key, const Aws::String &value)
bool TagsHasBeenSet() const
ControlScope & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Vector< Aws::String > & GetComplianceResourceIds() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
ControlScope & AddComplianceResourceIds(const char *value)
ControlScope & AddTags(Aws::String &&key, Aws::String &&value)
ControlScope & AddComplianceResourceTypes(Aws::String &&value)
ControlScope & WithComplianceResourceTypes(const Aws::Vector< Aws::String > &value)
ControlScope & AddComplianceResourceTypes(const char *value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
ControlScope & AddComplianceResourceTypes(const Aws::String &value)
ControlScope & AddTags(const char *key, Aws::String &&value)
ControlScope & WithComplianceResourceIds(Aws::Vector< Aws::String > &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue