7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/MemoryType.h>
62 inline void SetStorageDays(
int value) { m_storageDaysHasBeenSet =
true; m_storageDays = value; }
68 bool m_enabledMemoryTypesHasBeenSet =
false;
71 bool m_storageDaysHasBeenSet =
false;
void SetEnabledMemoryTypes(const Aws::Vector< MemoryType > &value)
bool EnabledMemoryTypesHasBeenSet() const
void SetStorageDays(int value)
MemoryConfiguration & WithStorageDays(int value)
MemoryConfiguration & WithEnabledMemoryTypes(const Aws::Vector< MemoryType > &value)
void SetEnabledMemoryTypes(Aws::Vector< MemoryType > &&value)
MemoryConfiguration & AddEnabledMemoryTypes(const MemoryType &value)
int GetStorageDays() const
AWS_BEDROCKAGENT_API MemoryConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< MemoryType > & GetEnabledMemoryTypes() const
MemoryConfiguration & WithEnabledMemoryTypes(Aws::Vector< MemoryType > &&value)
AWS_BEDROCKAGENT_API MemoryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StorageDaysHasBeenSet() const
MemoryConfiguration & AddEnabledMemoryTypes(MemoryType &&value)
AWS_BEDROCKAGENT_API MemoryConfiguration()
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue