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>
36 AWS_ROBOMAKER_API
Fleet() =
default;
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
72 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
94 template<
typename LastDeploymentJobT = Aws::String>
95 void SetLastDeploymentJob(LastDeploymentJobT&& value) { m_lastDeploymentJobHasBeenSet =
true; m_lastDeploymentJob = std::forward<LastDeploymentJobT>(value); }
96 template<
typename LastDeploymentJobT = Aws::String>
106 template<
typename LastDeploymentTimeT = Aws::Utils::DateTime>
107 void SetLastDeploymentTime(LastDeploymentTimeT&& value) { m_lastDeploymentTimeHasBeenSet =
true; m_lastDeploymentTime = std::forward<LastDeploymentTimeT>(value); }
108 template<
typename LastDeploymentTimeT = Aws::Utils::DateTime>
114 bool m_nameHasBeenSet =
false;
117 bool m_arnHasBeenSet =
false;
120 bool m_createdAtHasBeenSet =
false;
123 bool m_lastDeploymentStatusHasBeenSet =
false;
126 bool m_lastDeploymentJobHasBeenSet =
false;
129 bool m_lastDeploymentTimeHasBeenSet =
false;
const Aws::String & GetName() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetLastDeploymentJob(LastDeploymentJobT &&value)
bool LastDeploymentJobHasBeenSet() const
Fleet & WithLastDeploymentTime(LastDeploymentTimeT &&value)
bool ArnHasBeenSet() const
Fleet & WithLastDeploymentStatus(DeploymentStatus value)
Fleet & WithLastDeploymentJob(LastDeploymentJobT &&value)
Fleet & WithCreatedAt(CreatedAtT &&value)
bool LastDeploymentStatusHasBeenSet() const
AWS_ROBOMAKER_API Fleet & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastDeploymentTime() const
DeploymentStatus GetLastDeploymentStatus() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
Fleet & WithArn(ArnT &&value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
void SetLastDeploymentTime(LastDeploymentTimeT &&value)
bool CreatedAtHasBeenSet() const
AWS_ROBOMAKER_API Fleet()=default
Fleet & WithName(NameT &&value)
AWS_ROBOMAKER_API Fleet(Aws::Utils::Json::JsonView jsonValue)
bool LastDeploymentTimeHasBeenSet() const
void SetLastDeploymentStatus(DeploymentStatus value)
const Aws::String & GetLastDeploymentJob() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue