AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ArrayPropertiesSummary.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
31 {
32 public:
33 AWS_BATCH_API ArrayPropertiesSummary();
36 AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetSize() const{ return m_size; }
45 inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; }
46 inline void SetSize(int value) { m_sizeHasBeenSet = true; m_size = value; }
47 inline ArrayPropertiesSummary& WithSize(int value) { SetSize(value); return *this;}
49
51
55 inline int GetIndex() const{ return m_index; }
56 inline bool IndexHasBeenSet() const { return m_indexHasBeenSet; }
57 inline void SetIndex(int value) { m_indexHasBeenSet = true; m_index = value; }
58 inline ArrayPropertiesSummary& WithIndex(int value) { SetIndex(value); return *this;}
60 private:
61
62 int m_size;
63 bool m_sizeHasBeenSet = false;
64
65 int m_index;
66 bool m_indexHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace Batch
71} // namespace Aws
ArrayPropertiesSummary & WithIndex(int value)
ArrayPropertiesSummary & WithSize(int value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API ArrayPropertiesSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API ArrayPropertiesSummary(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue