7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/ThingPrincipalType.h>
42 template <
typename ThingNameT = Aws::String>
44 m_thingNameHasBeenSet =
true;
45 m_thingName = std::forward<ThingNameT>(value);
47 template <
typename ThingNameT = Aws::String>
67 m_thingPrincipalTypeHasBeenSet =
true;
68 m_thingPrincipalType = value;
79 bool m_thingNameHasBeenSet =
false;
80 bool m_thingPrincipalTypeHasBeenSet =
false;
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetThingName(ThingNameT &&value)
bool ThingPrincipalTypeHasBeenSet() const
void SetThingPrincipalType(ThingPrincipalType value)
AWS_IOT_API PrincipalThingObject()=default
bool ThingNameHasBeenSet() const
AWS_IOT_API PrincipalThingObject(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API PrincipalThingObject & operator=(Aws::Utils::Json::JsonView jsonValue)
ThingPrincipalType GetThingPrincipalType() const
PrincipalThingObject & WithThingPrincipalType(ThingPrincipalType value)
PrincipalThingObject & WithThingName(ThingNameT &&value)
const Aws::String & GetThingName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue