7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/model/KxSavedownStorageType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline int GetSize()
const{
return m_size; }
63 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
76 inline void SetVolumeName(
const char* value) { m_volumeNameHasBeenSet =
true; m_volumeName.assign(value); }
84 bool m_typeHasBeenSet =
false;
87 bool m_sizeHasBeenSet =
false;
90 bool m_volumeNameHasBeenSet =
false;
void SetVolumeName(Aws::String &&value)
bool VolumeNameHasBeenSet() const
KxSavedownStorageConfiguration & WithVolumeName(const Aws::String &value)
void SetVolumeName(const char *value)
const KxSavedownStorageType & GetType() const
AWS_FINSPACE_API KxSavedownStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API KxSavedownStorageConfiguration()
KxSavedownStorageConfiguration & WithType(KxSavedownStorageType &&value)
KxSavedownStorageConfiguration & WithVolumeName(Aws::String &&value)
void SetType(KxSavedownStorageType &&value)
KxSavedownStorageConfiguration & WithVolumeName(const char *value)
KxSavedownStorageConfiguration & WithType(const KxSavedownStorageType &value)
const Aws::String & GetVolumeName() const
bool TypeHasBeenSet() const
bool SizeHasBeenSet() const
AWS_FINSPACE_API KxSavedownStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVolumeName(const Aws::String &value)
void SetType(const KxSavedownStorageType &value)
KxSavedownStorageConfiguration & WithSize(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue