AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ArrayProperties.h
1
6#pragma once
7#include <aws/batch/Batch_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Batch {
17namespace Model {
18
25 public:
26 AWS_BATCH_API ArrayProperties() = default;
29 AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetSize() const { return m_size; }
36 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
37 inline void SetSize(int value) {
38 m_sizeHasBeenSet = true;
39 m_size = value;
40 }
41 inline ArrayProperties& WithSize(int value) {
42 SetSize(value);
43 return *this;
44 }
46 private:
47 int m_size{0};
48 bool m_sizeHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace Batch
53} // namespace Aws
ArrayProperties & WithSize(int value)
AWS_BATCH_API ArrayProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API ArrayProperties()=default
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API ArrayProperties(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue