7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/RobotStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/robomaker/model/Architecture.h>
37 AWS_ROBOMAKER_API
Robot() =
default;
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename FleetArnT = Aws::String>
74 void SetFleetArn(FleetArnT&& value) { m_fleetArnHasBeenSet =
true; m_fleetArn = std::forward<FleetArnT>(value); }
75 template<
typename FleetArnT = Aws::String>
95 template<
typename GreenGrassGroupIdT = Aws::String>
96 void SetGreenGrassGroupId(GreenGrassGroupIdT&& value) { m_greenGrassGroupIdHasBeenSet =
true; m_greenGrassGroupId = std::forward<GreenGrassGroupIdT>(value); }
97 template<
typename GreenGrassGroupIdT = Aws::String>
107 template<
typename CreatedAtT = Aws::Utils::DateTime>
108 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
109 template<
typename CreatedAtT = Aws::Utils::DateTime>
129 template<
typename LastDeploymentJobT = Aws::String>
130 void SetLastDeploymentJob(LastDeploymentJobT&& value) { m_lastDeploymentJobHasBeenSet =
true; m_lastDeploymentJob = std::forward<LastDeploymentJobT>(value); }
131 template<
typename LastDeploymentJobT = Aws::String>
141 template<
typename LastDeploymentTimeT = Aws::Utils::DateTime>
142 void SetLastDeploymentTime(LastDeploymentTimeT&& value) { m_lastDeploymentTimeHasBeenSet =
true; m_lastDeploymentTime = std::forward<LastDeploymentTimeT>(value); }
143 template<
typename LastDeploymentTimeT = Aws::Utils::DateTime>
149 bool m_arnHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_fleetArnHasBeenSet =
false;
158 bool m_statusHasBeenSet =
false;
161 bool m_greenGrassGroupIdHasBeenSet =
false;
164 bool m_createdAtHasBeenSet =
false;
167 bool m_architectureHasBeenSet =
false;
170 bool m_lastDeploymentJobHasBeenSet =
false;
173 bool m_lastDeploymentTimeHasBeenSet =
false;
Robot & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetFleetArn() const
RobotStatus GetStatus() const
void SetArn(ArnT &&value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Robot & WithLastDeploymentTime(LastDeploymentTimeT &&value)
const Aws::String & GetName() const
AWS_ROBOMAKER_API Robot(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool ArchitectureHasBeenSet() const
const Aws::String & GetArn() const
bool FleetArnHasBeenSet() const
void SetFleetArn(FleetArnT &&value)
bool ArnHasBeenSet() const
Robot & WithArn(ArnT &&value)
bool StatusHasBeenSet() const
AWS_ROBOMAKER_API Robot()=default
Robot & WithArchitecture(Architecture value)
void SetStatus(RobotStatus value)
const Aws::String & GetGreenGrassGroupId() const
const Aws::String & GetLastDeploymentJob() const
void SetGreenGrassGroupId(GreenGrassGroupIdT &&value)
Robot & WithName(NameT &&value)
Robot & WithLastDeploymentJob(LastDeploymentJobT &&value)
void SetArchitecture(Architecture value)
Architecture GetArchitecture() const
Robot & WithGreenGrassGroupId(GreenGrassGroupIdT &&value)
bool LastDeploymentTimeHasBeenSet() const
Robot & WithStatus(RobotStatus value)
bool LastDeploymentJobHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetLastDeploymentTime(LastDeploymentTimeT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool GreenGrassGroupIdHasBeenSet() const
Robot & WithFleetArn(FleetArnT &&value)
void SetLastDeploymentJob(LastDeploymentJobT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLastDeploymentTime() const
bool NameHasBeenSet() const
AWS_ROBOMAKER_API Robot & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue