7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
48 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
75 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
76 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
84 bool m_arnHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 bool m_idHasBeenSet =
false;
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
DeviceProfile & WithId(const char *value)
AWS_IOTWIRELESS_API DeviceProfile(Aws::Utils::Json::JsonView jsonValue)
DeviceProfile & WithId(Aws::String &&value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
void SetId(Aws::String &&value)
void SetArn(const Aws::String &value)
void SetName(Aws::String &&value)
AWS_IOTWIRELESS_API DeviceProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const char *value)
const Aws::String & GetArn() const
DeviceProfile & WithArn(Aws::String &&value)
void SetName(const Aws::String &value)
DeviceProfile & WithName(Aws::String &&value)
void SetId(const char *value)
DeviceProfile & WithArn(const Aws::String &value)
AWS_IOTWIRELESS_API DeviceProfile()
const Aws::String & GetName() const
DeviceProfile & WithArn(const char *value)
DeviceProfile & WithId(const Aws::String &value)
void SetArn(Aws::String &&value)
void SetName(const char *value)
bool ArnHasBeenSet() const
const Aws::String & GetId() const
DeviceProfile & WithName(const char *value)
void SetId(const Aws::String &value)
DeviceProfile & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue