7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/ThingPrincipalType.h>
48 template<
typename ThingNameT = Aws::String>
49 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
50 template<
typename ThingNameT = Aws::String>
72 bool m_thingNameHasBeenSet =
false;
75 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