7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace SimSpaceWeaver {
34 template <
typename DomainT = Aws::String>
36 m_domainHasBeenSet =
true;
37 m_domain = std::forward<DomainT>(value);
39 template <
typename DomainT = Aws::String>
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
68 template <
typename SimulationT = Aws::String>
70 m_simulationHasBeenSet =
true;
71 m_simulation = std::forward<SimulationT>(value);
73 template <
typename SimulationT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_domainHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 bool m_simulationHasBeenSet =
false;
105 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