7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/SupplementalDataStorageLocation.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgent {
44 template <
typename StorageLocationsT = Aws::Vector<SupplementalDataStorageLocation>>
46 m_storageLocationsHasBeenSet =
true;
47 m_storageLocations = std::forward<StorageLocationsT>(value);
49 template <
typename StorageLocationsT = Aws::Vector<SupplementalDataStorageLocation>>
54 template <
typename StorageLocationsT = SupplementalDataStorageLocation>
56 m_storageLocationsHasBeenSet =
true;
57 m_storageLocations.emplace_back(std::forward<StorageLocationsT>(value));
63 bool m_storageLocationsHasBeenSet =
false;
AWS_BEDROCKAGENT_API SupplementalDataStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SupplementalDataStorageLocation > & GetStorageLocations() const
void SetStorageLocations(StorageLocationsT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API SupplementalDataStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
SupplementalDataStorageConfiguration & AddStorageLocations(StorageLocationsT &&value)
SupplementalDataStorageConfiguration & WithStorageLocations(StorageLocationsT &&value)
AWS_BEDROCKAGENT_API SupplementalDataStorageConfiguration()=default
bool StorageLocationsHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue