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/RobotSoftwareSuite.h>
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 VersionT = Aws::String>
73 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
74 template<
typename VersionT = Aws::String>
85 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
86 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
87 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
97 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
98 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
99 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
105 bool m_nameHasBeenSet =
false;
108 bool m_arnHasBeenSet =
false;
111 bool m_versionHasBeenSet =
false;
114 bool m_lastUpdatedAtHasBeenSet =
false;
116 RobotSoftwareSuite m_robotSoftwareSuite;
117 bool m_robotSoftwareSuiteHasBeenSet =
false;
const Aws::String & GetName() const
bool ArnHasBeenSet() const
bool VersionHasBeenSet() const
RobotApplicationSummary & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
bool RobotSoftwareSuiteHasBeenSet() const
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
bool NameHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
RobotApplicationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_ROBOMAKER_API RobotApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
const Aws::String & GetArn() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
RobotApplicationSummary & WithName(NameT &&value)
AWS_ROBOMAKER_API RobotApplicationSummary()=default
void SetArn(ArnT &&value)
RobotApplicationSummary & WithVersion(VersionT &&value)
RobotApplicationSummary & WithArn(ArnT &&value)
AWS_ROBOMAKER_API RobotApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetName(NameT &&value)
const Aws::String & GetVersion() const
void SetVersion(VersionT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue