7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
10#include <aws/simspaceweaver/model/LaunchOverrides.h>
11#include <aws/simspaceweaver/model/SimulationAppEndpointInfo.h>
12#include <aws/simspaceweaver/model/SimulationAppStatus.h>
13#include <aws/simspaceweaver/model/SimulationAppTargetStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace SimSpaceWeaver {
39 template <
typename DescriptionT = Aws::String>
41 m_descriptionHasBeenSet =
true;
42 m_description = std::forward<DescriptionT>(value);
44 template <
typename DescriptionT = Aws::String>
56 template <
typename DomainT = Aws::String>
58 m_domainHasBeenSet =
true;
59 m_domain = std::forward<DomainT>(value);
61 template <
typename DomainT = Aws::String>
74 template <
typename Endpo
intInfoT = SimulationAppEndpo
intInfo>
76 m_endpointInfoHasBeenSet =
true;
77 m_endpointInfo = std::forward<EndpointInfoT>(value);
79 template <
typename Endpo
intInfoT = SimulationAppEndpo
intInfo>
89 template <
typename LaunchOverr
idesT = LaunchOverr
ides>
91 m_launchOverridesHasBeenSet =
true;
92 m_launchOverrides = std::forward<LaunchOverridesT>(value);
94 template <
typename LaunchOverr
idesT = LaunchOverr
ides>
106 template <
typename NameT = Aws::String>
108 m_nameHasBeenSet =
true;
109 m_name = std::forward<NameT>(value);
111 template <
typename NameT = Aws::String>
113 SetName(std::forward<NameT>(value));
123 template <
typename SimulationT = Aws::String>
125 m_simulationHasBeenSet =
true;
126 m_simulation = std::forward<SimulationT>(value);
128 template <
typename SimulationT = Aws::String>
141 m_statusHasBeenSet =
true;
156 m_targetStatusHasBeenSet =
true;
157 m_targetStatus = value;
168 template <
typename RequestIdT = Aws::String>
170 m_requestIdHasBeenSet =
true;
171 m_requestId = std::forward<RequestIdT>(value);
173 template <
typename RequestIdT = Aws::String>
200 bool m_descriptionHasBeenSet =
false;
201 bool m_domainHasBeenSet =
false;
202 bool m_endpointInfoHasBeenSet =
false;
203 bool m_launchOverridesHasBeenSet =
false;
204 bool m_nameHasBeenSet =
false;
205 bool m_simulationHasBeenSet =
false;
206 bool m_statusHasBeenSet =
false;
207 bool m_targetStatusHasBeenSet =
false;
208 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeAppResult & WithName(NameT &&value)
SimulationAppTargetStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue