7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
19namespace IoTWireless {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename IdT = Aws::String>
78 m_idHasBeenSet =
true;
79 m_id = std::forward<IdT>(value);
81 template <
typename IdT = Aws::String>
83 SetId(std::forward<IdT>(value));
93 bool m_arnHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_idHasBeenSet =
false;
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API DeviceProfile(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
AWS_IOTWIRELESS_API DeviceProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
DeviceProfile & WithArn(ArnT &&value)
DeviceProfile & WithId(IdT &&value)
const Aws::String & GetName() const
bool ArnHasBeenSet() const
const Aws::String & GetId() const
void SetName(NameT &&value)
AWS_IOTWIRELESS_API DeviceProfile()=default
DeviceProfile & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue