7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DbNameT = Aws::String>
48 void SetDbName(DbNameT&& value) { m_dbNameHasBeenSet =
true; m_dbName = std::forward<DbNameT>(value); }
49 template<
typename DbNameT = Aws::String>
60 template<
typename FlashCacheLimitT = Aws::String>
61 void SetFlashCacheLimit(FlashCacheLimitT&& value) { m_flashCacheLimitHasBeenSet =
true; m_flashCacheLimit = std::forward<FlashCacheLimitT>(value); }
62 template<
typename FlashCacheLimitT = Aws::String>
70 inline int GetShare()
const {
return m_share; }
72 inline void SetShare(
int value) { m_shareHasBeenSet =
true; m_share = value; }
78 bool m_dbNameHasBeenSet =
false;
81 bool m_flashCacheLimitHasBeenSet =
false;
84 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