7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaverRequest.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
14namespace SimSpaceWeaver {
37 template <
typename AppT = Aws::String>
39 m_appHasBeenSet =
true;
40 m_app = std::forward<AppT>(value);
42 template <
typename AppT = Aws::String>
44 SetApp(std::forward<AppT>(value));
55 template <
typename DomainT = Aws::String>
57 m_domainHasBeenSet =
true;
58 m_domain = std::forward<DomainT>(value);
60 template <
typename DomainT = Aws::String>
73 template <
typename SimulationT = Aws::String>
75 m_simulationHasBeenSet =
true;
76 m_simulation = std::forward<SimulationT>(value);
78 template <
typename SimulationT = Aws::String>
90 bool m_appHasBeenSet =
false;
91 bool m_domainHasBeenSet =
false;
92 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