7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotthingsgraph/model/SystemInstanceDeploymentStatus.h>
10#include <aws/iotthingsgraph/model/DeploymentTarget.h>
11#include <aws/core/utils/DateTime.h>
24namespace IoTThingsGraph
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename ArnT = Aws::String>
63 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
64 template<
typename ArnT = Aws::String>
94 template<
typename GreengrassGroupNameT = Aws::String>
95 void SetGreengrassGroupName(GreengrassGroupNameT&& value) { m_greengrassGroupNameHasBeenSet =
true; m_greengrassGroupName = std::forward<GreengrassGroupNameT>(value); }
96 template<
typename GreengrassGroupNameT = Aws::String>
106 template<
typename CreatedAtT = Aws::Utils::DateTime>
107 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
108 template<
typename CreatedAtT = Aws::Utils::DateTime>
118 template<
typename UpdatedAtT = Aws::Utils::DateTime>
119 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
120 template<
typename UpdatedAtT = Aws::Utils::DateTime>
130 template<
typename GreengrassGroupIdT = Aws::String>
131 void SetGreengrassGroupId(GreengrassGroupIdT&& value) { m_greengrassGroupIdHasBeenSet =
true; m_greengrassGroupId = std::forward<GreengrassGroupIdT>(value); }
132 template<
typename GreengrassGroupIdT = Aws::String>
143 template<
typename GreengrassGroupVersionIdT = Aws::String>
144 void SetGreengrassGroupVersionId(GreengrassGroupVersionIdT&& value) { m_greengrassGroupVersionIdHasBeenSet =
true; m_greengrassGroupVersionId = std::forward<GreengrassGroupVersionIdT>(value); }
145 template<
typename GreengrassGroupVersionIdT = Aws::String>
151 bool m_idHasBeenSet =
false;
154 bool m_arnHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
160 bool m_targetHasBeenSet =
false;
163 bool m_greengrassGroupNameHasBeenSet =
false;
166 bool m_createdAtHasBeenSet =
false;
169 bool m_updatedAtHasBeenSet =
false;
172 bool m_greengrassGroupIdHasBeenSet =
false;
175 bool m_greengrassGroupVersionIdHasBeenSet =
false;
const Aws::String & GetArn() const
SystemInstanceSummary & WithStatus(SystemInstanceDeploymentStatus value)
SystemInstanceSummary & WithCreatedAt(CreatedAtT &&value)
void SetStatus(SystemInstanceDeploymentStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
SystemInstanceSummary & WithGreengrassGroupVersionId(GreengrassGroupVersionIdT &&value)
void SetArn(ArnT &&value)
bool IdHasBeenSet() const
const Aws::String & GetGreengrassGroupId() const
bool TargetHasBeenSet() const
AWS_IOTTHINGSGRAPH_API SystemInstanceSummary()=default
AWS_IOTTHINGSGRAPH_API SystemInstanceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GreengrassGroupNameHasBeenSet() const
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetGreengrassGroupId(GreengrassGroupIdT &&value)
SystemInstanceSummary & WithArn(ArnT &&value)
SystemInstanceSummary & WithTarget(DeploymentTarget value)
bool StatusHasBeenSet() const
SystemInstanceSummary & WithUpdatedAt(UpdatedAtT &&value)
SystemInstanceSummary & WithGreengrassGroupId(GreengrassGroupIdT &&value)
SystemInstanceDeploymentStatus GetStatus() const
bool GreengrassGroupIdHasBeenSet() const
const Aws::String & GetId() const
bool UpdatedAtHasBeenSet() const
bool GreengrassGroupVersionIdHasBeenSet() const
void SetTarget(DeploymentTarget value)
SystemInstanceSummary & WithGreengrassGroupName(GreengrassGroupNameT &&value)
void SetGreengrassGroupVersionId(GreengrassGroupVersionIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_IOTTHINGSGRAPH_API SystemInstanceSummary(Aws::Utils::Json::JsonView jsonValue)
void SetGreengrassGroupName(GreengrassGroupNameT &&value)
const Aws::String & GetGreengrassGroupName() const
const Aws::String & GetGreengrassGroupVersionId() const
DeploymentTarget GetTarget() const
bool CreatedAtHasBeenSet() const
bool ArnHasBeenSet() const
SystemInstanceSummary & WithId(IdT &&value)
SystemInstanceDeploymentStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue