AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
DefaultSessionParametersMulticast.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace IoTWireless {
17namespace Model {
18
26 public:
27 AWS_IOTWIRELESS_API DefaultSessionParametersMulticast() = default;
30 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
34 inline int GetDlDr() const { return m_dlDr; }
35 inline bool DlDrHasBeenSet() const { return m_dlDrHasBeenSet; }
36 inline void SetDlDr(int value) {
37 m_dlDrHasBeenSet = true;
38 m_dlDr = value;
39 }
41 SetDlDr(value);
42 return *this;
43 }
45
47
48 inline int GetDlFreq() const { return m_dlFreq; }
49 inline bool DlFreqHasBeenSet() const { return m_dlFreqHasBeenSet; }
50 inline void SetDlFreq(int value) {
51 m_dlFreqHasBeenSet = true;
52 m_dlFreq = value;
53 }
55 SetDlFreq(value);
56 return *this;
57 }
59 private:
60 int m_dlDr{0};
61
62 int m_dlFreq{0};
63 bool m_dlDrHasBeenSet = false;
64 bool m_dlFreqHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace IoTWireless
69} // namespace Aws
AWS_IOTWIRELESS_API DefaultSessionParametersMulticast(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API DefaultSessionParametersMulticast & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API DefaultSessionParametersMulticast()=default
Aws::Utils::Json::JsonValue JsonValue