7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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>
61 template<
typename AssociationTimestampT = Aws::Utils::DateTime>
62 void SetAssociationTimestamp(AssociationTimestampT&& value) { m_associationTimestampHasBeenSet =
true; m_associationTimestamp = std::forward<AssociationTimestampT>(value); }
63 template<
typename AssociationTimestampT = Aws::Utils::DateTime>
69 bool m_thingNameHasBeenSet =
false;
72 bool m_associationTimestampHasBeenSet =
false;
AssociatedClientDevice & WithAssociationTimestamp(AssociationTimestampT &&value)
AWS_GREENGRASSV2_API AssociatedClientDevice & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AssociationTimestampHasBeenSet() const
const Aws::String & GetThingName() const
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingNameHasBeenSet() const
void SetThingName(ThingNameT &&value)
AWS_GREENGRASSV2_API AssociatedClientDevice()=default
const Aws::Utils::DateTime & GetAssociationTimestamp() const
AWS_GREENGRASSV2_API AssociatedClientDevice(Aws::Utils::Json::JsonView jsonValue)
AssociatedClientDevice & WithThingName(ThingNameT &&value)
void SetAssociationTimestamp(AssociationTimestampT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue