7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
41 template <
typename DbNameT = Aws::String>
43 m_dbNameHasBeenSet =
true;
44 m_dbName = std::forward<DbNameT>(value);
46 template <
typename DbNameT = Aws::String>
60 template <
typename FlashCacheLimitT = Aws::String>
62 m_flashCacheLimitHasBeenSet =
true;
63 m_flashCacheLimit = std::forward<FlashCacheLimitT>(value);
65 template <
typename FlashCacheLimitT = Aws::String>
76 inline int GetShare()
const {
return m_share; }
79 m_shareHasBeenSet =
true;
93 bool m_dbNameHasBeenSet =
false;
94 bool m_flashCacheLimitHasBeenSet =
false;
95 bool m_shareHasBeenSet =
false;
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ShareHasBeenSet() const
void SetFlashCacheLimit(FlashCacheLimitT &&value)
void SetDbName(DbNameT &&value)
DbIormConfig & WithDbName(DbNameT &&value)
DbIormConfig & WithFlashCacheLimit(FlashCacheLimitT &&value)
AWS_ODB_API DbIormConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API DbIormConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DbNameHasBeenSet() const
bool FlashCacheLimitHasBeenSet() const
const Aws::String & GetFlashCacheLimit() const
const Aws::String & GetDbName() const
DbIormConfig & WithShare(int value)
AWS_ODB_API DbIormConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue