7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/simspaceweaver/model/SimulationAppStatus.h>
10#include <aws/simspaceweaver/model/SimulationAppTargetStatus.h>
23namespace SimSpaceWeaver
50 template<
typename DomainT = Aws::String>
51 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
52 template<
typename DomainT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename SimulationT = Aws::String>
75 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
76 template<
typename SimulationT = Aws::String>
102 bool m_domainHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_simulationHasBeenSet =
false;
111 bool m_statusHasBeenSet =
false;
114 bool m_targetStatusHasBeenSet =
false;
SimulationAppTargetStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue