AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
FSxLustreConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SAGEMAKER_API FSxLustreConfig() = default;
34 AWS_SAGEMAKER_API FSxLustreConfig(Aws::Utils::Json::JsonView jsonValue);
36 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetSizeInGiB() const { return m_sizeInGiB; }
45 inline bool SizeInGiBHasBeenSet() const { return m_sizeInGiBHasBeenSet; }
46 inline void SetSizeInGiB(int value) { m_sizeInGiBHasBeenSet = true; m_sizeInGiB = value; }
47 inline FSxLustreConfig& WithSizeInGiB(int value) { SetSizeInGiB(value); return *this;}
49
51
55 inline int GetPerUnitStorageThroughput() const { return m_perUnitStorageThroughput; }
56 inline bool PerUnitStorageThroughputHasBeenSet() const { return m_perUnitStorageThroughputHasBeenSet; }
57 inline void SetPerUnitStorageThroughput(int value) { m_perUnitStorageThroughputHasBeenSet = true; m_perUnitStorageThroughput = value; }
60 private:
61
62 int m_sizeInGiB{0};
63 bool m_sizeInGiBHasBeenSet = false;
64
65 int m_perUnitStorageThroughput{0};
66 bool m_perUnitStorageThroughputHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace SageMaker
71} // namespace Aws
AWS_SAGEMAKER_API FSxLustreConfig()=default
AWS_SAGEMAKER_API FSxLustreConfig(Aws::Utils::Json::JsonView jsonValue)
FSxLustreConfig & WithSizeInGiB(int value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API FSxLustreConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
FSxLustreConfig & WithPerUnitStorageThroughput(int value)
Aws::Utils::Json::JsonValue JsonValue