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>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetFleetArn(
const char* value) { m_fleetArnHasBeenSet =
true; m_fleetArn.assign(value); }
105 inline void SetGreenGrassGroupId(
const char* value) { m_greenGrassGroupIdHasBeenSet =
true; m_greenGrassGroupId.assign(value); }
143 inline void SetLastDeploymentJob(
const char* value) { m_lastDeploymentJobHasBeenSet =
true; m_lastDeploymentJob.assign(value); }
163 bool m_arnHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_fleetArnHasBeenSet =
false;
172 bool m_statusHasBeenSet =
false;
175 bool m_greenGrassGroupIdHasBeenSet =
false;
178 bool m_createdAtHasBeenSet =
false;
181 bool m_architectureHasBeenSet =
false;
184 bool m_lastDeploymentJobHasBeenSet =
false;
187 bool m_lastDeploymentTimeHasBeenSet =
false;
void SetName(const char *value)
const Aws::String & GetFleetArn() const
void SetLastDeploymentTime(Aws::Utils::DateTime &&value)
Robot & WithName(const char *value)
void SetArn(const char *value)
Robot & WithGreenGrassGroupId(Aws::String &&value)
const Architecture & GetArchitecture() const
void SetLastDeploymentJob(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
Robot & WithGreenGrassGroupId(const char *value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGreenGrassGroupId(Aws::String &&value)
void SetLastDeploymentTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
AWS_ROBOMAKER_API Robot(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
Robot & WithCreatedAt(const Aws::Utils::DateTime &value)
bool ArchitectureHasBeenSet() const
void SetFleetArn(const char *value)
void SetLastDeploymentJob(Aws::String &&value)
Robot & WithArchitecture(const Architecture &value)
const Aws::String & GetArn() const
Robot & WithCreatedAt(Aws::Utils::DateTime &&value)
bool FleetArnHasBeenSet() const
void SetStatus(const RobotStatus &value)
void SetFleetArn(Aws::String &&value)
bool ArnHasBeenSet() const
bool StatusHasBeenSet() const
Robot & WithName(const Aws::String &value)
Robot & WithFleetArn(const Aws::String &value)
const RobotStatus & GetStatus() const
void SetStatus(RobotStatus &&value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetArn(Aws::String &&value)
const Aws::String & GetGreenGrassGroupId() const
const Aws::String & GetLastDeploymentJob() const
void SetName(Aws::String &&value)
void SetGreenGrassGroupId(const char *value)
bool LastDeploymentTimeHasBeenSet() const
Robot & WithArn(Aws::String &&value)
void SetArchitecture(Architecture &&value)
Robot & WithLastDeploymentTime(Aws::Utils::DateTime &&value)
bool LastDeploymentJobHasBeenSet() const
Robot & WithStatus(const RobotStatus &value)
Robot & WithArn(const char *value)
const Aws::Utils::DateTime & GetCreatedAt() const
Robot & WithLastDeploymentJob(const Aws::String &value)
Robot & WithArchitecture(Architecture &&value)
Robot & WithArn(const Aws::String &value)
void SetFleetArn(const Aws::String &value)
Robot & WithLastDeploymentJob(Aws::String &&value)
void SetArn(const Aws::String &value)
Robot & WithLastDeploymentTime(const Aws::Utils::DateTime &value)
void SetArchitecture(const Architecture &value)
Robot & WithStatus(RobotStatus &&value)
bool GreenGrassGroupIdHasBeenSet() const
Robot & WithGreenGrassGroupId(const Aws::String &value)
AWS_ROBOMAKER_API Robot()
void SetGreenGrassGroupId(const Aws::String &value)
Robot & WithFleetArn(const char *value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetLastDeploymentTime() const
void SetLastDeploymentJob(const char *value)
Robot & WithName(Aws::String &&value)
bool NameHasBeenSet() const
Robot & WithFleetArn(Aws::String &&value)
AWS_ROBOMAKER_API Robot & operator=(Aws::Utils::Json::JsonView jsonValue)
Robot & WithLastDeploymentJob(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue