7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
10#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
11#include <aws/simspaceweaver/model/LaunchOverrides.h>
16namespace SimSpaceWeaver {
42 template <
typename ClientTokenT = Aws::String>
44 m_clientTokenHasBeenSet =
true;
45 m_clientToken = std::forward<ClientTokenT>(value);
47 template <
typename ClientTokenT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename DomainT = Aws::String>
80 m_domainHasBeenSet =
true;
81 m_domain = std::forward<DomainT>(value);
83 template <
typename DomainT = Aws::String>
94 template <
typename LaunchOverr
idesT = LaunchOverr
ides>
96 m_launchOverridesHasBeenSet =
true;
97 m_launchOverrides = std::forward<LaunchOverridesT>(value);
99 template <
typename LaunchOverr
idesT = LaunchOverr
ides>
112 template <
typename NameT = Aws::String>
114 m_nameHasBeenSet =
true;
115 m_name = std::forward<NameT>(value);
117 template <
typename NameT = Aws::String>
119 SetName(std::forward<NameT>(value));
130 template <
typename SimulationT = Aws::String>
132 m_simulationHasBeenSet =
true;
133 m_simulation = std::forward<SimulationT>(value);
135 template <
typename SimulationT = Aws::String>
148 LaunchOverrides m_launchOverrides;
153 bool m_clientTokenHasBeenSet =
true;
154 bool m_descriptionHasBeenSet =
false;
155 bool m_domainHasBeenSet =
false;
156 bool m_launchOverridesHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
158 bool m_simulationHasBeenSet =
false;
bool SimulationHasBeenSet() const
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
StartAppRequest & WithDomain(DomainT &&value)
void SetLaunchOverrides(LaunchOverridesT &&value)
virtual const char * GetServiceRequestName() const override
StartAppRequest & WithDescription(DescriptionT &&value)
bool LaunchOverridesHasBeenSet() const
AWS_SIMSPACEWEAVER_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetSimulation(SimulationT &&value)
void SetDescription(DescriptionT &&value)
StartAppRequest & WithSimulation(SimulationT &&value)
const Aws::String & GetSimulation() const
const LaunchOverrides & GetLaunchOverrides() const
StartAppRequest & WithLaunchOverrides(LaunchOverridesT &&value)
const Aws::String & GetDomain() const
AWS_SIMSPACEWEAVER_API StartAppRequest()=default
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
StartAppRequest & WithClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
bool DomainHasBeenSet() const
StartAppRequest & WithName(NameT &&value)
void SetDomain(DomainT &&value)
bool ClientTokenHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String