7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/robomaker/model/WorldExportJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/robomaker/model/OutputLocation.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
80 template<
typename CreatedAtT = Aws::Utils::DateTime>
81 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
82 template<
typename CreatedAtT = Aws::Utils::DateTime>
92 template<
typename WorldsT = Aws::Vector<Aws::String>>
93 void SetWorlds(WorldsT&& value) { m_worldsHasBeenSet =
true; m_worlds = std::forward<WorldsT>(value); }
94 template<
typename WorldsT = Aws::Vector<Aws::String>>
96 template<
typename WorldsT = Aws::String>
104 template<
typename OutputLocationT = OutputLocation>
105 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
106 template<
typename OutputLocationT = OutputLocation>
112 bool m_arnHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
118 bool m_createdAtHasBeenSet =
false;
121 bool m_worldsHasBeenSet =
false;
123 OutputLocation m_outputLocation;
124 bool m_outputLocationHasBeenSet =
false;
WorldExportJobSummary & AddWorlds(WorldsT &&value)
WorldExportJobSummary & WithCreatedAt(CreatedAtT &&value)
void SetOutputLocation(OutputLocationT &&value)
AWS_ROBOMAKER_API WorldExportJobSummary()=default
bool OutputLocationHasBeenSet() const
bool StatusHasBeenSet() const
WorldExportJobStatus GetStatus() const
const Aws::Vector< Aws::String > & GetWorlds() const
const OutputLocation & GetOutputLocation() const
bool CreatedAtHasBeenSet() const
bool ArnHasBeenSet() const
void SetWorlds(WorldsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
WorldExportJobSummary & WithStatus(WorldExportJobStatus value)
AWS_ROBOMAKER_API WorldExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetArn() const
AWS_ROBOMAKER_API WorldExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
WorldExportJobSummary & WithArn(ArnT &&value)
WorldExportJobSummary & WithOutputLocation(OutputLocationT &&value)
bool WorldsHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
WorldExportJobSummary & WithWorlds(WorldsT &&value)
void SetStatus(WorldExportJobStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue