7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace SimSpaceWeaver
41 template<
typename AppT = Aws::String>
42 void SetApp(AppT&& value) { m_appHasBeenSet =
true; m_app = std::forward<AppT>(value); }
43 template<
typename AppT = Aws::String>
53 template<
typename DomainT = Aws::String>
54 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
55 template<
typename DomainT = Aws::String>
65 template<
typename SimulationT = Aws::String>
66 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
67 template<
typename SimulationT = Aws::String>
73 bool m_appHasBeenSet =
false;
76 bool m_domainHasBeenSet =
false;
79 bool m_simulationHasBeenSet =
false;
void SetDomain(DomainT &&value)
const Aws::String & GetApp() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSimulation() const
AWS_SIMSPACEWEAVER_API Aws::String SerializePayload() const override
StopAppRequest & WithApp(AppT &&value)
bool DomainHasBeenSet() const
StopAppRequest & WithSimulation(SimulationT &&value)
bool SimulationHasBeenSet() const
bool AppHasBeenSet() const
const Aws::String & GetDomain() const
void SetApp(AppT &&value)
void SetSimulation(SimulationT &&value)
AWS_SIMSPACEWEAVER_API StopAppRequest()=default
StopAppRequest & WithDomain(DomainT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String