AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
GuestUserHistoryCount.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Wickr {
20namespace Model {
21
29 public:
30 AWS_WICKR_API GuestUserHistoryCount() = default;
33 AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetMonth() const { return m_month; }
40 inline bool MonthHasBeenSet() const { return m_monthHasBeenSet; }
41 template <typename MonthT = Aws::String>
42 void SetMonth(MonthT&& value) {
43 m_monthHasBeenSet = true;
44 m_month = std::forward<MonthT>(value);
45 }
46 template <typename MonthT = Aws::String>
48 SetMonth(std::forward<MonthT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetCount() const { return m_count; }
59 inline bool CountHasBeenSet() const { return m_countHasBeenSet; }
60 template <typename CountT = Aws::String>
61 void SetCount(CountT&& value) {
62 m_countHasBeenSet = true;
63 m_count = std::forward<CountT>(value);
64 }
65 template <typename CountT = Aws::String>
67 SetCount(std::forward<CountT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_month;
73
74 Aws::String m_count;
75 bool m_monthHasBeenSet = false;
76 bool m_countHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace Wickr
81} // namespace Aws
AWS_WICKR_API GuestUserHistoryCount()=default
AWS_WICKR_API GuestUserHistoryCount(Aws::Utils::Json::JsonView jsonValue)
GuestUserHistoryCount & WithMonth(MonthT &&value)
AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WICKR_API GuestUserHistoryCount & operator=(Aws::Utils::Json::JsonView jsonValue)
GuestUserHistoryCount & WithCount(CountT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue