7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
29 AWS_GREENGRASS_API
Device() =
default;
40 template <
typename CertificateArnT = Aws::String>
42 m_certificateArnHasBeenSet =
true;
43 m_certificateArn = std::forward<CertificateArnT>(value);
45 template <
typename CertificateArnT = Aws::String>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 m_syncShadowHasBeenSet =
true;
94 template <
typename ThingArnT = Aws::String>
96 m_thingArnHasBeenSet =
true;
97 m_thingArn = std::forward<ThingArnT>(value);
99 template <
typename ThingArnT = Aws::String>
110 bool m_syncShadow{
false};
113 bool m_certificateArnHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
115 bool m_syncShadowHasBeenSet =
false;
116 bool m_thingArnHasBeenSet =
false;
AWS_GREENGRASS_API Device & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CertificateArnHasBeenSet() const
Device & WithSyncShadow(bool value)
const Aws::String & GetId() const
void SetSyncShadow(bool value)
void SetCertificateArn(CertificateArnT &&value)
bool GetSyncShadow() const
Device & WithId(IdT &&value)
const Aws::String & GetThingArn() const
bool IdHasBeenSet() const
Device & WithThingArn(ThingArnT &&value)
const Aws::String & GetCertificateArn() const
bool ThingArnHasBeenSet() const
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
Device & WithCertificateArn(CertificateArnT &&value)
AWS_GREENGRASS_API Device()=default
bool SyncShadowHasBeenSet() const
AWS_GREENGRASS_API Device(Aws::Utils::Json::JsonView jsonValue)
void SetThingArn(ThingArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue