/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The size and type of temporary storage that is used to hold data during the
* savedown process. All the data written to this storage space is lost when the
* cluster node is restarted.See Also:
AWS
* API Reference
The type of writeable storage space for temporarily storing your savedown * data. The valid values are:
SDS01 – This type represents 3000 * IOPS and io2 ebs volume type.
The type of writeable storage space for temporarily storing your savedown * data. The valid values are:
SDS01 – This type represents 3000 * IOPS and io2 ebs volume type.
The type of writeable storage space for temporarily storing your savedown * data. The valid values are:
SDS01 – This type represents 3000 * IOPS and io2 ebs volume type.
The type of writeable storage space for temporarily storing your savedown * data. The valid values are:
SDS01 – This type represents 3000 * IOPS and io2 ebs volume type.
The type of writeable storage space for temporarily storing your savedown * data. The valid values are:
SDS01 – This type represents 3000 * IOPS and io2 ebs volume type.
The type of writeable storage space for temporarily storing your savedown * data. The valid values are:
SDS01 – This type represents 3000 * IOPS and io2 ebs volume type.
The size of temporary storage in bytes.
*/ inline int GetSize() const{ return m_size; } /** *The size of temporary storage in bytes.
*/ inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; } /** *The size of temporary storage in bytes.
*/ inline void SetSize(int value) { m_sizeHasBeenSet = true; m_size = value; } /** *The size of temporary storage in bytes.
*/ inline KxSavedownStorageConfiguration& WithSize(int value) { SetSize(value); return *this;} private: KxSavedownStorageType m_type; bool m_typeHasBeenSet = false; int m_size; bool m_sizeHasBeenSet = false; }; } // namespace Model } // namespace finspace } // namespace Aws