AWS SDK for C++

AWS SDK for C++ Version 1.11.809

Loading...
Searching...
No Matches
SnowconeDeviceConfiguration.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
9#include <aws/snowball/model/WirelessConnection.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Cbor {
16class CborValue;
17} // namespace Cbor
18} // namespace Utils
19namespace Snowball {
20namespace Model {
21
29 public:
30 AWS_SNOWBALL_API SnowconeDeviceConfiguration() = default;
31 AWS_SNOWBALL_API SnowconeDeviceConfiguration(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_SNOWBALL_API SnowconeDeviceConfiguration& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
34
36
39 inline const WirelessConnection& GetWirelessConnection() const { return m_wirelessConnection; }
40 inline bool WirelessConnectionHasBeenSet() const { return m_wirelessConnectionHasBeenSet; }
41 template <typename WirelessConnectionT = WirelessConnection>
42 void SetWirelessConnection(WirelessConnectionT&& value) {
43 m_wirelessConnectionHasBeenSet = true;
44 m_wirelessConnection = std::forward<WirelessConnectionT>(value);
45 }
46 template <typename WirelessConnectionT = WirelessConnection>
48 SetWirelessConnection(std::forward<WirelessConnectionT>(value));
49 return *this;
50 }
52 private:
53 WirelessConnection m_wirelessConnection;
54 bool m_wirelessConnectionHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Snowball
59} // namespace Aws
AWS_SNOWBALL_API SnowconeDeviceConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_SNOWBALL_API SnowconeDeviceConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
SnowconeDeviceConfiguration & WithWirelessConnection(WirelessConnectionT &&value)
AWS_SNOWBALL_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_SNOWBALL_API SnowconeDeviceConfiguration()=default