7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
9#include <aws/simspaceweaver/model/SimulationAppStatus.h>
10#include <aws/simspaceweaver/model/SimulationAppTargetStatus.h>
21namespace SimSpaceWeaver {
44 template <
typename DomainT = Aws::String>
46 m_domainHasBeenSet =
true;
47 m_domain = std::forward<DomainT>(value);
49 template <
typename DomainT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename SimulationT = Aws::String>
82 m_simulationHasBeenSet =
true;
83 m_simulation = std::forward<SimulationT>(value);
85 template <
typename SimulationT = Aws::String>
99 m_statusHasBeenSet =
true;
115 m_targetStatusHasBeenSet =
true;
116 m_targetStatus = value;
133 bool m_domainHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
135 bool m_simulationHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
137 bool m_targetStatusHasBeenSet =
false;
SimulationAppTargetStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue