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/WorldGenerationJobStatus.h>
11#include <aws/robomaker/model/WorldCount.h>
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 TemplateT = Aws::String>
62 void SetTemplate(TemplateT&& value) { m_templateHasBeenSet =
true; m_template = std::forward<TemplateT>(value); }
63 template<
typename TemplateT = Aws::String>
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
104 template<
typename WorldCountT = WorldCount>
105 void SetWorldCount(WorldCountT&& value) { m_worldCountHasBeenSet =
true; m_worldCount = std::forward<WorldCountT>(value); }
106 template<
typename WorldCountT = WorldCount>
126 inline void SetFailedWorldCount(
int value) { m_failedWorldCountHasBeenSet =
true; m_failedWorldCount = value; }
132 bool m_arnHasBeenSet =
false;
135 bool m_templateHasBeenSet =
false;
138 bool m_createdAtHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
143 WorldCount m_worldCount;
144 bool m_worldCountHasBeenSet =
false;
146 int m_succeededWorldCount{0};
147 bool m_succeededWorldCountHasBeenSet =
false;
149 int m_failedWorldCount{0};
150 bool m_failedWorldCountHasBeenSet =
false;
bool CreatedAtHasBeenSet() const
bool WorldCountHasBeenSet() const
int GetSucceededWorldCount() const
int GetFailedWorldCount() const
void SetStatus(WorldGenerationJobStatus value)
const Aws::String & GetArn() const
const WorldCount & GetWorldCount() const
WorldGenerationJobSummary & WithFailedWorldCount(int value)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
WorldGenerationJobSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool TemplateHasBeenSet() const
void SetArn(ArnT &&value)
WorldGenerationJobSummary & WithWorldCount(WorldCountT &&value)
void SetSucceededWorldCount(int value)
bool SucceededWorldCountHasBeenSet() const
AWS_ROBOMAKER_API WorldGenerationJobSummary()=default
void SetWorldCount(WorldCountT &&value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool FailedWorldCountHasBeenSet() const
WorldGenerationJobSummary & WithTemplate(TemplateT &&value)
WorldGenerationJobSummary & WithSucceededWorldCount(int value)
void SetTemplate(TemplateT &&value)
bool ArnHasBeenSet() const
WorldGenerationJobStatus GetStatus() const
AWS_ROBOMAKER_API WorldGenerationJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetFailedWorldCount(int value)
WorldGenerationJobSummary & WithStatus(WorldGenerationJobStatus value)
AWS_ROBOMAKER_API WorldGenerationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
WorldGenerationJobSummary & WithArn(ArnT &&value)
const Aws::String & GetTemplate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue