7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
20namespace GreengrassV2 {
42 template <
typename ThingNameT = Aws::String>
44 m_thingNameHasBeenSet =
true;
45 m_thingName = std::forward<ThingNameT>(value);
47 template <
typename ThingNameT = Aws::String>
61 template <
typename AssociationTimestampT = Aws::Utils::DateTime>
63 m_associationTimestampHasBeenSet =
true;
64 m_associationTimestamp = std::forward<AssociationTimestampT>(value);
66 template <
typename AssociationTimestampT = Aws::Utils::DateTime>
76 bool m_thingNameHasBeenSet =
false;
77 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