7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/model/KxSavedownStorageType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 inline int GetSize()
const {
return m_size; }
61 inline void SetSize(
int value) { m_sizeHasBeenSet =
true; m_size = value; }
72 template<
typename VolumeNameT = Aws::String>
73 void SetVolumeName(VolumeNameT&& value) { m_volumeNameHasBeenSet =
true; m_volumeName = std::forward<VolumeNameT>(value); }
74 template<
typename VolumeNameT = Aws::String>
80 bool m_typeHasBeenSet =
false;
83 bool m_sizeHasBeenSet =
false;
86 bool m_volumeNameHasBeenSet =
false;
KxSavedownStorageType GetType() const
KxSavedownStorageConfiguration & WithType(KxSavedownStorageType value)
bool VolumeNameHasBeenSet() const
void SetVolumeName(VolumeNameT &&value)
AWS_FINSPACE_API KxSavedownStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVolumeName() const
void SetType(KxSavedownStorageType value)
bool TypeHasBeenSet() const
bool SizeHasBeenSet() const
AWS_FINSPACE_API KxSavedownStorageConfiguration()=default
AWS_FINSPACE_API KxSavedownStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
KxSavedownStorageConfiguration & WithVolumeName(VolumeNameT &&value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
KxSavedownStorageConfiguration & WithSize(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue