7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/robomaker/model/DeploymentStatus.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
64 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
102 inline void SetLastDeploymentJob(
const char* value) { m_lastDeploymentJobHasBeenSet =
true; m_lastDeploymentJob.assign(value); }
122 bool m_nameHasBeenSet =
false;
125 bool m_arnHasBeenSet =
false;
128 bool m_createdAtHasBeenSet =
false;
131 bool m_lastDeploymentStatusHasBeenSet =
false;
134 bool m_lastDeploymentJobHasBeenSet =
false;
137 bool m_lastDeploymentTimeHasBeenSet =
false;
const DeploymentStatus & GetLastDeploymentStatus() const
const Aws::String & GetName() const
Fleet & WithArn(const char *value)
void SetLastDeploymentJob(const Aws::String &value)
Fleet & WithName(Aws::String &&value)
Fleet & WithCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
Fleet & WithName(const Aws::String &value)
void SetLastDeploymentJob(Aws::String &&value)
Fleet & WithLastDeploymentJob(Aws::String &&value)
void SetArn(const char *value)
bool LastDeploymentJobHasBeenSet() const
void SetArn(const Aws::String &value)
void SetName(const char *value)
void SetName(const Aws::String &value)
bool ArnHasBeenSet() const
Fleet & WithLastDeploymentStatus(DeploymentStatus &&value)
void SetArn(Aws::String &&value)
Fleet & WithLastDeploymentJob(const Aws::String &value)
bool LastDeploymentStatusHasBeenSet() const
AWS_ROBOMAKER_API Fleet & operator=(Aws::Utils::Json::JsonView jsonValue)
Fleet & WithArn(Aws::String &&value)
const Aws::Utils::DateTime & GetLastDeploymentTime() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Fleet & WithArn(const Aws::String &value)
bool NameHasBeenSet() const
Fleet & WithLastDeploymentJob(const char *value)
Fleet & WithName(const char *value)
void SetLastDeploymentStatus(DeploymentStatus &&value)
void SetLastDeploymentTime(const Aws::Utils::DateTime &value)
Fleet & WithCreatedAt(const Aws::Utils::DateTime &value)
Fleet & WithLastDeploymentTime(Aws::Utils::DateTime &&value)
Fleet & WithLastDeploymentTime(const Aws::Utils::DateTime &value)
Fleet & WithLastDeploymentStatus(const DeploymentStatus &value)
const Aws::String & GetArn() const
void SetName(Aws::String &&value)
AWS_ROBOMAKER_API Fleet()
void SetLastDeploymentTime(Aws::Utils::DateTime &&value)
bool CreatedAtHasBeenSet() const
void SetLastDeploymentStatus(const DeploymentStatus &value)
AWS_ROBOMAKER_API Fleet(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetLastDeploymentJob(const char *value)
bool LastDeploymentTimeHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetLastDeploymentJob() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue