AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDeviceCreationFileList(const Aws::Vector<Aws::String>& value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList = value; }
49 inline void SetDeviceCreationFileList(Aws::Vector<Aws::String>&& value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList = std::move(value); }
52 inline SidewalkGetStartImportInfo& AddDeviceCreationFileList(const Aws::String& value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList.push_back(value); return *this; }
53 inline SidewalkGetStartImportInfo& AddDeviceCreationFileList(Aws::String&& value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList.push_back(std::move(value)); return *this; }
54 inline SidewalkGetStartImportInfo& AddDeviceCreationFileList(const char* value) { m_deviceCreationFileListHasBeenSet = true; m_deviceCreationFileList.push_back(value); return *this; }
56
58
62 inline const Aws::String& GetRole() const{ return m_role; }
63 inline bool RoleHasBeenSet() const { return m_roleHasBeenSet; }
64 inline void SetRole(const Aws::String& value) { m_roleHasBeenSet = true; m_role = value; }
65 inline void SetRole(Aws::String&& value) { m_roleHasBeenSet = true; m_role = std::move(value); }
66 inline void SetRole(const char* value) { m_roleHasBeenSet = true; m_role.assign(value); }
67 inline SidewalkGetStartImportInfo& WithRole(const Aws::String& value) { SetRole(value); return *this;}
68 inline SidewalkGetStartImportInfo& WithRole(Aws::String&& value) { SetRole(std::move(value)); return *this;}
69 inline SidewalkGetStartImportInfo& WithRole(const char* value) { SetRole(value); return *this;}
71 private:
72
73 Aws::Vector<Aws::String> m_deviceCreationFileList;
74 bool m_deviceCreationFileListHasBeenSet = false;
75
76 Aws::String m_role;
77 bool m_roleHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace IoTWireless
82} // namespace Aws
SidewalkGetStartImportInfo & WithRole(Aws::String &&value)
SidewalkGetStartImportInfo & AddDeviceCreationFileList(const char *value)
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
SidewalkGetStartImportInfo & WithDeviceCreationFileList(Aws::Vector< Aws::String > &&value)
void SetDeviceCreationFileList(Aws::Vector< Aws::String > &&value)
SidewalkGetStartImportInfo & WithRole(const char *value)
void SetDeviceCreationFileList(const Aws::Vector< Aws::String > &value)
SidewalkGetStartImportInfo & AddDeviceCreationFileList(const Aws::String &value)
SidewalkGetStartImportInfo & WithRole(const Aws::String &value)
SidewalkGetStartImportInfo & AddDeviceCreationFileList(Aws::String &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SidewalkGetStartImportInfo & WithDeviceCreationFileList(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetDeviceCreationFileList() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue