7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
71 bool m_thingNameHasBeenSet =
false;
74 bool m_associationTimestampHasBeenSet =
false;
void SetAssociationTimestamp(Aws::Utils::DateTime &&value)
void SetAssociationTimestamp(const Aws::Utils::DateTime &value)
void SetThingName(const char *value)
AWS_GREENGRASSV2_API AssociatedClientDevice & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASSV2_API AssociatedClientDevice()
bool AssociationTimestampHasBeenSet() const
const Aws::String & GetThingName() const
AssociatedClientDevice & WithThingName(const char *value)
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingNameHasBeenSet() const
AssociatedClientDevice & WithThingName(const Aws::String &value)
AssociatedClientDevice & WithAssociationTimestamp(const Aws::Utils::DateTime &value)
void SetThingName(Aws::String &&value)
AssociatedClientDevice & WithAssociationTimestamp(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetAssociationTimestamp() const
AWS_GREENGRASSV2_API AssociatedClientDevice(Aws::Utils::Json::JsonView jsonValue)
AssociatedClientDevice & WithThingName(Aws::String &&value)
void SetThingName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue