AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RecordLength.h
1
6#pragma once
7#include <aws/m2/MainframeModernization_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 MainframeModernization
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_MAINFRAMEMODERNIZATION_API RecordLength();
33 AWS_MAINFRAMEMODERNIZATION_API RecordLength(Aws::Utils::Json::JsonView jsonValue);
34 AWS_MAINFRAMEMODERNIZATION_API RecordLength& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
43 inline int GetMax() const{ return m_max; }
44 inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; }
45 inline void SetMax(int value) { m_maxHasBeenSet = true; m_max = value; }
46 inline RecordLength& WithMax(int value) { SetMax(value); return *this;}
48
50
53 inline int GetMin() const{ return m_min; }
54 inline bool MinHasBeenSet() const { return m_minHasBeenSet; }
55 inline void SetMin(int value) { m_minHasBeenSet = true; m_min = value; }
56 inline RecordLength& WithMin(int value) { SetMin(value); return *this;}
58 private:
59
60 int m_max;
61 bool m_maxHasBeenSet = false;
62
63 int m_min;
64 bool m_minHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace MainframeModernization
69} // namespace Aws
AWS_MAINFRAMEMODERNIZATION_API RecordLength(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API RecordLength & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAINFRAMEMODERNIZATION_API RecordLength()
Aws::Utils::Json::JsonValue JsonValue