AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
AnalyticsBinBySpecification.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/AnalyticsBinByName.h>
9#include <aws/lexv2-models/model/AnalyticsInterval.h>
10#include <aws/lexv2-models/model/AnalyticsSortOrder.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LexModelsV2 {
22namespace Model {
23
31 public:
32 AWS_LEXMODELSV2_API AnalyticsBinBySpecification() = default;
35 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline AnalyticsBinByName GetName() const { return m_name; }
42 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
43 inline void SetName(AnalyticsBinByName value) {
44 m_nameHasBeenSet = true;
45 m_name = value;
46 }
48 SetName(value);
49 return *this;
50 }
52
54
57 inline AnalyticsInterval GetInterval() const { return m_interval; }
58 inline bool IntervalHasBeenSet() const { return m_intervalHasBeenSet; }
59 inline void SetInterval(AnalyticsInterval value) {
60 m_intervalHasBeenSet = true;
61 m_interval = value;
62 }
64 SetInterval(value);
65 return *this;
66 }
68
70
75 inline AnalyticsSortOrder GetOrder() const { return m_order; }
76 inline bool OrderHasBeenSet() const { return m_orderHasBeenSet; }
77 inline void SetOrder(AnalyticsSortOrder value) {
78 m_orderHasBeenSet = true;
79 m_order = value;
80 }
82 SetOrder(value);
83 return *this;
84 }
86 private:
88
90
92 bool m_nameHasBeenSet = false;
93 bool m_intervalHasBeenSet = false;
94 bool m_orderHasBeenSet = false;
95};
96
97} // namespace Model
98} // namespace LexModelsV2
99} // namespace Aws
AnalyticsBinBySpecification & WithName(AnalyticsBinByName value)
AWS_LEXMODELSV2_API AnalyticsBinBySpecification()=default
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API AnalyticsBinBySpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AnalyticsBinBySpecification & WithOrder(AnalyticsSortOrder value)
AnalyticsBinBySpecification & WithInterval(AnalyticsInterval value)
AWS_LEXMODELSV2_API AnalyticsBinBySpecification(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue