AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
EcsEphemeralStorage.h
1
6#pragma once
7#include <aws/pipes/Pipes_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Pipes {
17namespace Model {
18
32 public:
33 AWS_PIPES_API EcsEphemeralStorage() = default;
36 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
44 inline int GetSizeInGiB() const { return m_sizeInGiB; }
45 inline bool SizeInGiBHasBeenSet() const { return m_sizeInGiBHasBeenSet; }
46 inline void SetSizeInGiB(int value) {
47 m_sizeInGiBHasBeenSet = true;
48 m_sizeInGiB = value;
49 }
51 SetSizeInGiB(value);
52 return *this;
53 }
55 private:
56 int m_sizeInGiB{0};
57 bool m_sizeInGiBHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace Pipes
62} // 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_PIPES_API EcsEphemeralStorage()=default
Aws::Utils::Json::JsonValue JsonValue