7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
9#include <aws/finspace/model/KxSavedownStorageType.h>
46 m_typeHasBeenSet =
true;
59 inline int GetSize()
const {
return m_size; }
62 m_sizeHasBeenSet =
true;
78 template <
typename VolumeNameT = Aws::String>
80 m_volumeNameHasBeenSet =
true;
81 m_volumeName = std::forward<VolumeNameT>(value);
83 template <
typename VolumeNameT = Aws::String>
95 bool m_typeHasBeenSet =
false;
96 bool m_sizeHasBeenSet =
false;
97 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