7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/simspaceweaver/model/SimulationAppEndpointInfo.h>
10#include <aws/simspaceweaver/model/LaunchOverrides.h>
11#include <aws/simspaceweaver/model/SimulationAppStatus.h>
12#include <aws/simspaceweaver/model/SimulationAppTargetStatus.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace SimSpaceWeaver
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
55 template<
typename DomainT = Aws::String>
56 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
57 template<
typename DomainT = Aws::String>
67 template<
typename Endpo
intInfoT = SimulationAppEndpo
intInfo>
68 void SetEndpointInfo(EndpointInfoT&& value) { m_endpointInfoHasBeenSet =
true; m_endpointInfo = std::forward<EndpointInfoT>(value); }
69 template<
typename Endpo
intInfoT = SimulationAppEndpo
intInfo>
76 template<
typename LaunchOverr
idesT = LaunchOverr
ides>
77 void SetLaunchOverrides(LaunchOverridesT&& value) { m_launchOverridesHasBeenSet =
true; m_launchOverrides = std::forward<LaunchOverridesT>(value); }
78 template<
typename LaunchOverr
idesT = LaunchOverr
ides>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
98 template<
typename SimulationT = Aws::String>
99 void SetSimulation(SimulationT&& value) { m_simulationHasBeenSet =
true; m_simulation = std::forward<SimulationT>(value); }
100 template<
typename SimulationT = Aws::String>
125 template<
typename RequestIdT = Aws::String>
126 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
127 template<
typename RequestIdT = Aws::String>
133 bool m_descriptionHasBeenSet =
false;
136 bool m_domainHasBeenSet =
false;
139 bool m_endpointInfoHasBeenSet =
false;
142 bool m_launchOverridesHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_simulationHasBeenSet =
false;
151 bool m_statusHasBeenSet =
false;
154 bool m_targetStatusHasBeenSet =
false;
157 bool m_requestIdHasBeenSet =
false;
DescribeAppResult & WithSimulation(SimulationT &&value)
void SetDomain(DomainT &&value)
void SetStatus(SimulationAppStatus value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
SimulationAppTargetStatus GetTargetStatus() const
DescribeAppResult & WithDescription(DescriptionT &&value)
const Aws::String & GetSimulation() const
void SetEndpointInfo(EndpointInfoT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
AWS_SIMSPACEWEAVER_API DescribeAppResult()=default
DescribeAppResult & WithStatus(SimulationAppStatus value)
DescribeAppResult & WithDomain(DomainT &&value)
void SetTargetStatus(SimulationAppTargetStatus value)
DescribeAppResult & WithTargetStatus(SimulationAppTargetStatus value)
const SimulationAppEndpointInfo & GetEndpointInfo() const
DescribeAppResult & WithEndpointInfo(EndpointInfoT &&value)
AWS_SIMSPACEWEAVER_API DescribeAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAppResult & WithLaunchOverrides(LaunchOverridesT &&value)
void SetRequestId(RequestIdT &&value)
void SetSimulation(SimulationT &&value)
SimulationAppStatus GetStatus() const
const LaunchOverrides & GetLaunchOverrides() const
AWS_SIMSPACEWEAVER_API DescribeAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAppResult & WithRequestId(RequestIdT &&value)
void SetLaunchOverrides(LaunchOverridesT &&value)
const Aws::String & GetDomain() const
DescribeAppResult & WithName(NameT &&value)
SimulationAppTargetStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue