/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration for read only disk cache associated with a
* cluster.See Also:
AWS
* API Reference
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The type of cache storage . The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput. *
The size of cache in Gigabytes.
*/ inline int GetSize() const{ return m_size; } /** *The size of cache in Gigabytes.
*/ inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; } /** *The size of cache in Gigabytes.
*/ inline void SetSize(int value) { m_sizeHasBeenSet = true; m_size = value; } /** *The size of cache in Gigabytes.
*/ inline KxCacheStorageConfiguration& WithSize(int value) { SetSize(value); return *this;} private: Aws::String m_type; bool m_typeHasBeenSet = false; int m_size; bool m_sizeHasBeenSet = false; }; } // namespace Model } // namespace finspace } // namespace Aws