7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/SupplementalDataStorageLocation.h>
50 template<
typename StorageLocationsT = Aws::Vector<SupplementalDataStorageLocation>>
51 void SetStorageLocations(StorageLocationsT&& value) { m_storageLocationsHasBeenSet =
true; m_storageLocations = std::forward<StorageLocationsT>(value); }
52 template<
typename StorageLocationsT = Aws::Vector<SupplementalDataStorageLocation>>
54 template<
typename StorageLocationsT = SupplementalDataStorageLocation>
60 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::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue