7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/RoboMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/robomaker/model/RobotSoftwareSuite.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/robomaker/model/Environment.h>
14#include <aws/robomaker/model/SourceConfig.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename SourcesT = Aws::Vector<SourceConfig>>
59 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
60 template<
typename SourcesT = Aws::Vector<SourceConfig>>
62 template<
typename SourcesT = SourceConfig>
72 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
73 void SetRobotSoftwareSuite(RobotSoftwareSuiteT&& value) { m_robotSoftwareSuiteHasBeenSet =
true; m_robotSoftwareSuite = std::forward<RobotSoftwareSuiteT>(value); }
74 template<
typename RobotSoftwareSuiteT = RobotSoftwareSuite>
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
91 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
102 template<
typename EnvironmentT = Environment>
103 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
104 template<
typename EnvironmentT = Environment>
110 bool m_nameHasBeenSet =
false;
113 bool m_sourcesHasBeenSet =
false;
116 bool m_robotSoftwareSuiteHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
122 bool m_environmentHasBeenSet =
false;
CreateRobotApplicationRequest & WithName(NameT &&value)
AWS_ROBOMAKER_API CreateRobotApplicationRequest()=default
bool TagsHasBeenSet() const
const Aws::Vector< SourceConfig > & GetSources() const
const Aws::String & GetName() const
CreateRobotApplicationRequest & AddSources(SourcesT &&value)
CreateRobotApplicationRequest & WithEnvironment(EnvironmentT &&value)
void SetName(NameT &&value)
bool SourcesHasBeenSet() const
const RobotSoftwareSuite & GetRobotSoftwareSuite() const
void SetRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
const Environment & GetEnvironment() const
CreateRobotApplicationRequest & WithTags(TagsT &&value)
bool EnvironmentHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool RobotSoftwareSuiteHasBeenSet() const
CreateRobotApplicationRequest & WithSources(SourcesT &&value)
void SetTags(TagsT &&value)
void SetSources(SourcesT &&value)
CreateRobotApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_ROBOMAKER_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
CreateRobotApplicationRequest & WithRobotSoftwareSuite(RobotSoftwareSuiteT &&value)
void SetEnvironment(EnvironmentT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector