7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename TypeT = Aws::String>
55 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
56 template<
typename TypeT = Aws::String>
64 inline int GetSize()
const {
return m_size; }
66 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
72 bool m_typeHasBeenSet =
false;
75 bool m_sizeHasBeenSet =
false;
bool TypeHasBeenSet() const
KxCacheStorageConfiguration & WithSize(int value)
AWS_FINSPACE_API KxCacheStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API KxCacheStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
const Aws::String & GetType() const
bool SizeHasBeenSet() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
KxCacheStorageConfiguration & WithType(TypeT &&value)
AWS_FINSPACE_API KxCacheStorageConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue