AWS SDK for C++

AWS SDK for C++ Version 1.11.809

Loading...
Searching...
No Matches
WirelessConnection.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
9
10namespace Aws {
11namespace Utils {
12namespace Cbor {
13class CborValue;
14} // namespace Cbor
15} // namespace Utils
16namespace Snowball {
17namespace Model {
18
26 public:
27 AWS_SNOWBALL_API WirelessConnection() = default;
28 AWS_SNOWBALL_API WirelessConnection(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
29 AWS_SNOWBALL_API WirelessConnection& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
30 AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
31
33
36 inline bool GetIsWifiEnabled() const { return m_isWifiEnabled; }
37 inline bool IsWifiEnabledHasBeenSet() const { return m_isWifiEnabledHasBeenSet; }
38 inline void SetIsWifiEnabled(bool value) {
39 m_isWifiEnabledHasBeenSet = true;
40 m_isWifiEnabled = value;
41 }
43 SetIsWifiEnabled(value);
44 return *this;
45 }
47 private:
48 bool m_isWifiEnabled{false};
49 bool m_isWifiEnabledHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace Snowball
54} // namespace Aws
AWS_SNOWBALL_API WirelessConnection()=default
AWS_SNOWBALL_API WirelessConnection & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_SNOWBALL_API WirelessConnection(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
WirelessConnection & WithIsWifiEnabled(bool value)