AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EcsEphemeralStorage.h
1
6#pragma once
7#include <aws/pipes/Pipes_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 Pipes
20{
21namespace Model
22{
23
37 {
38 public:
39 AWS_PIPES_API EcsEphemeralStorage();
42 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
51 inline int GetSizeInGiB() const{ return m_sizeInGiB; }
52 inline bool SizeInGiBHasBeenSet() const { return m_sizeInGiBHasBeenSet; }
53 inline void SetSizeInGiB(int value) { m_sizeInGiBHasBeenSet = true; m_sizeInGiB = value; }
54 inline EcsEphemeralStorage& WithSizeInGiB(int value) { SetSizeInGiB(value); return *this;}
56 private:
57
58 int m_sizeInGiB;
59 bool m_sizeInGiBHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace Pipes
64} // namespace Aws
AWS_PIPES_API EcsEphemeralStorage(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
EcsEphemeralStorage & WithSizeInGiB(int value)
AWS_PIPES_API EcsEphemeralStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue