7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace SimSpaceWeaver {
35 template <
typename DomainT = Aws::String>
37 m_domainHasBeenSet =
true;
38 m_domain = std::forward<DomainT>(value);
40 template <
typename DomainT = Aws::String>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
69 template <
typename SimulationT = Aws::String>
71 m_simulationHasBeenSet =
true;
72 m_simulation = std::forward<SimulationT>(value);
74 template <
typename SimulationT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_domainHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
108 bool m_simulationHasBeenSet =
false;
109 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
StartAppResult & WithSimulation(SimulationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue