7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace SimSpaceWeaver
40 template<
typename DomainT = Aws::String>
41 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
42 template<
typename DomainT = Aws::String>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
62 template<
typename SimulationT = Aws::String>
63 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
64 template<
typename SimulationT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_domainHasBeenSet =
false;
82 bool m_nameHasBeenSet =
false;
85 bool m_simulationHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
void SetDomain(DomainT &&value)
const Aws::String & GetDomain() const
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_SIMSPACEWEAVER_API StartAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSimulation() const
StartAppResult & WithRequestId(RequestIdT &&value)
StartAppResult & WithDomain(DomainT &&value)
AWS_SIMSPACEWEAVER_API StartAppResult()=default
AWS_SIMSPACEWEAVER_API StartAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
StartAppResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
void SetSimulation(SimulationT &&value)
StartAppResult & WithSimulation(SimulationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue