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/Conditions.h>
11#include <aws/backup/model/Condition.h>
57 inline void SetSelectionName(
const char* value) { m_selectionNameHasBeenSet =
true; m_selectionName.assign(value); }
73 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
159 bool m_selectionNameHasBeenSet =
false;
162 bool m_iamRoleArnHasBeenSet =
false;
165 bool m_resourcesHasBeenSet =
false;
168 bool m_listOfTagsHasBeenSet =
false;
171 bool m_notResourcesHasBeenSet =
false;
174 bool m_conditionsHasBeenSet =
false;
AWS_BACKUP_API BackupSelection & operator=(Aws::Utils::Json::JsonView jsonValue)
BackupSelection & AddResources(Aws::String &&value)
bool ConditionsHasBeenSet() const
const Aws::String & GetSelectionName() const
bool ListOfTagsHasBeenSet() const
BackupSelection & AddListOfTags(const Condition &value)
BackupSelection & WithNotResources(Aws::Vector< Aws::String > &&value)
BackupSelection & WithSelectionName(Aws::String &&value)
BackupSelection & AddNotResources(const char *value)
BackupSelection & WithResources(const Aws::Vector< Aws::String > &value)
BackupSelection & WithListOfTags(const Aws::Vector< Condition > &value)
bool IamRoleArnHasBeenSet() const
BackupSelection & WithIamRoleArn(const Aws::String &value)
void SetListOfTags(Aws::Vector< Condition > &&value)
void SetIamRoleArn(const Aws::String &value)
BackupSelection & AddResources(const Aws::String &value)
BackupSelection & WithIamRoleArn(const char *value)
void SetConditions(Conditions &&value)
void SetResources(const Aws::Vector< Aws::String > &value)
void SetSelectionName(const Aws::String &value)
bool NotResourcesHasBeenSet() const
BackupSelection & WithConditions(Conditions &&value)
const Aws::Vector< Aws::String > & GetResources() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNotResources(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetNotResources() const
void SetConditions(const Conditions &value)
BackupSelection & WithConditions(const Conditions &value)
void SetListOfTags(const Aws::Vector< Condition > &value)
BackupSelection & WithListOfTags(Aws::Vector< Condition > &&value)
void SetNotResources(const Aws::Vector< Aws::String > &value)
AWS_BACKUP_API BackupSelection()
bool SelectionNameHasBeenSet() const
const Conditions & GetConditions() const
BackupSelection & AddListOfTags(Condition &&value)
const Aws::String & GetIamRoleArn() const
void SetIamRoleArn(Aws::String &&value)
BackupSelection & WithIamRoleArn(Aws::String &&value)
const Aws::Vector< Condition > & GetListOfTags() const
BackupSelection & WithSelectionName(const char *value)
bool ResourcesHasBeenSet() const
BackupSelection & WithNotResources(const Aws::Vector< Aws::String > &value)
BackupSelection & WithSelectionName(const Aws::String &value)
AWS_BACKUP_API BackupSelection(Aws::Utils::Json::JsonView jsonValue)
BackupSelection & WithResources(Aws::Vector< Aws::String > &&value)
BackupSelection & AddResources(const char *value)
BackupSelection & AddNotResources(Aws::String &&value)
void SetIamRoleArn(const char *value)
void SetSelectionName(const char *value)
void SetResources(Aws::Vector< Aws::String > &&value)
BackupSelection & AddNotResources(const Aws::String &value)
void SetSelectionName(Aws::String &&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