7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/simspaceweaver/model/LaunchOverrides.h>
12#include <aws/core/utils/UUID.h>
16namespace SimSpaceWeaver
46 template<
typename ClientTokenT = Aws::String>
47 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
48 template<
typename ClientTokenT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename DomainT = Aws::String>
71 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
72 template<
typename DomainT = Aws::String>
80 template<
typename LaunchOverr
idesT = LaunchOverr
ides>
81 void SetLaunchOverrides(LaunchOverridesT&& value) { m_launchOverridesHasBeenSet =
true; m_launchOverrides = std::forward<LaunchOverridesT>(value); }
82 template<
typename LaunchOverr
idesT = LaunchOverr
ides>
92 template<
typename NameT = Aws::String>
93 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
94 template<
typename NameT = Aws::String>
104 template<
typename SimulationT = Aws::String>
105 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
106 template<
typename SimulationT = Aws::String>
112 bool m_clientTokenHasBeenSet =
true;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_domainHasBeenSet =
false;
120 LaunchOverrides m_launchOverrides;
121 bool m_launchOverridesHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 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