AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SidewalkGetStartImportInfo.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTWireless
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTWIRELESS_API SidewalkGetStartImportInfo() = default;
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Vector<Aws::String>& GetDeviceCreationFileList() const { return m_deviceCreationFileList; }
47 inline bool DeviceCreationFileListHasBeenSet() const { return m_deviceCreationFileListHasBeenSet; }
48 template<typename DeviceCreationFileListT = Aws::Vector<Aws::String>>
49 void SetDeviceCreationFileList(DeviceCreationFileListT&& value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList = std::forward<DeviceCreationFileListT>(value); }
50 template<typename DeviceCreationFileListT = Aws::Vector<Aws::String>>
51 SidewalkGetStartImportInfo& WithDeviceCreationFileList(DeviceCreationFileListT&& value) { SetDeviceCreationFileList(std::forward<DeviceCreationFileListT>(value)); return *this;}
52 template<typename DeviceCreationFileListT = Aws::String>
53 SidewalkGetStartImportInfo& AddDeviceCreationFileList(DeviceCreationFileListT&& value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList.emplace_back(std::forward<DeviceCreationFileListT>(value)); return *this; }
55
57
61 inline const Aws::String& GetRole() const { return m_role; }
62 inline bool RoleHasBeenSet() const { return m_roleHasBeenSet; }
63 template<typename RoleT = Aws::String>
64 void SetRole(RoleT&& value) { m_roleHasBeenSet = true; m_role = std::forward<RoleT>(value); }
65 template<typename RoleT = Aws::String>
66 SidewalkGetStartImportInfo& WithRole(RoleT&& value) { SetRole(std::forward<RoleT>(value)); return *this;}
68 private:
69
70 Aws::Vector<Aws::String> m_deviceCreationFileList;
71 bool m_deviceCreationFileListHasBeenSet = false;
72
73 Aws::String m_role;
74 bool m_roleHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace IoTWireless
79} // namespace Aws
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo()=default
void SetDeviceCreationFileList(DeviceCreationFileListT &&value)
SidewalkGetStartImportInfo & WithRole(RoleT &&value)
SidewalkGetStartImportInfo & WithDeviceCreationFileList(DeviceCreationFileListT &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetDeviceCreationFileList() const
SidewalkGetStartImportInfo & AddDeviceCreationFileList(DeviceCreationFileListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue