AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EphemeralStorage.h
1
6#pragma once
7#include <aws/batch/Batch_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 Batch
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_BATCH_API EphemeralStorage();
37 AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline int GetSizeInGiB() const{ return m_sizeInGiB; }
47 inline bool SizeInGiBHasBeenSet() const { return m_sizeInGiBHasBeenSet; }
48 inline void SetSizeInGiB(int value) { m_sizeInGiBHasBeenSet = true; m_sizeInGiB = value; }
49 inline EphemeralStorage& WithSizeInGiB(int value) { SetSizeInGiB(value); return *this;}
51 private:
52
53 int m_sizeInGiB;
54 bool m_sizeInGiBHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace Batch
59} // namespace Aws
AWS_BATCH_API EphemeralStorage(Aws::Utils::Json::JsonView jsonValue)
EphemeralStorage & WithSizeInGiB(int value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API EphemeralStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue