7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/backup/model/DateRange.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename VaultNamesT = Aws::Vector<Aws::String>>
51 void SetVaultNames(VaultNamesT&& value) { m_vaultNamesHasBeenSet =
true; m_vaultNames = std::forward<VaultNamesT>(value); }
52 template<
typename VaultNamesT = Aws::Vector<Aws::String>>
54 template<
typename VaultNamesT = Aws::String>
65 template<
typename ResourceIdentifiersT = Aws::Vector<Aws::String>>
66 void SetResourceIdentifiers(ResourceIdentifiersT&& value) { m_resourceIdentifiersHasBeenSet =
true; m_resourceIdentifiers = std::forward<ResourceIdentifiersT>(value); }
67 template<
typename ResourceIdentifiersT = Aws::Vector<Aws::String>>
69 template<
typename ResourceIdentifiersT = Aws::String>
77 template<
typename DateRangeT = DateRange>
78 void SetDateRange(DateRangeT&& value) { m_dateRangeHasBeenSet =
true; m_dateRange = std::forward<DateRangeT>(value); }
79 template<
typename DateRangeT = DateRange>
85 bool m_vaultNamesHasBeenSet =
false;
88 bool m_resourceIdentifiersHasBeenSet =
false;
91 bool m_dateRangeHasBeenSet =
false;
AWS_BACKUP_API RecoveryPointSelection & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
bool VaultNamesHasBeenSet() const
bool ResourceIdentifiersHasBeenSet() const
AWS_BACKUP_API RecoveryPointSelection()=default
AWS_BACKUP_API RecoveryPointSelection(Aws::Utils::Json::JsonView jsonValue)
RecoveryPointSelection & WithVaultNames(VaultNamesT &&value)
RecoveryPointSelection & AddResourceIdentifiers(ResourceIdentifiersT &&value)
RecoveryPointSelection & WithDateRange(DateRangeT &&value)
RecoveryPointSelection & WithResourceIdentifiers(ResourceIdentifiersT &&value)
RecoveryPointSelection & AddVaultNames(VaultNamesT &&value)
void SetDateRange(DateRangeT &&value)
bool DateRangeHasBeenSet() const
const Aws::Vector< Aws::String > & GetVaultNames() const
void SetVaultNames(VaultNamesT &&value)
const DateRange & GetDateRange() const
void SetResourceIdentifiers(ResourceIdentifiersT &&value)
const Aws::Vector< Aws::String > & GetResourceIdentifiers() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue