7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
12#include <aws/gameliftstreams/model/ApplicationStatus.h>
13#include <aws/gameliftstreams/model/ApplicationStatusReason.h>
14#include <aws/gameliftstreams/model/ReplicationStatus.h>
15#include <aws/gameliftstreams/model/RuntimeEnvironment.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace GameLiftStreams {
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
90 template <
typename RuntimeEnvironmentT = RuntimeEnvironment>
92 m_runtimeEnvironmentHasBeenSet =
true;
93 m_runtimeEnvironment = std::forward<RuntimeEnvironmentT>(value);
95 template <
typename RuntimeEnvironmentT = RuntimeEnvironment>
108 template <
typename ExecutablePathT = Aws::String>
110 m_executablePathHasBeenSet =
true;
111 m_executablePath = std::forward<ExecutablePathT>(value);
113 template <
typename ExecutablePathT = Aws::String>
130 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
132 m_applicationLogPathsHasBeenSet =
true;
133 m_applicationLogPaths = std::forward<ApplicationLogPathsT>(value);
135 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
140 template <
typename ApplicationLogPathsT = Aws::String>
142 m_applicationLogPathsHasBeenSet =
true;
143 m_applicationLogPaths.emplace_back(std::forward<ApplicationLogPathsT>(value));
155 template <
typename ApplicationLogOutputUriT = Aws::String>
157 m_applicationLogOutputUriHasBeenSet =
true;
158 m_applicationLogOutputUri = std::forward<ApplicationLogOutputUriT>(value);
160 template <
typename ApplicationLogOutputUriT = Aws::String>
173 template <
typename ApplicationSourceUriT = Aws::String>
175 m_applicationSourceUriHasBeenSet =
true;
176 m_applicationSourceUri = std::forward<ApplicationSourceUriT>(value);
178 template <
typename ApplicationSourceUriT = Aws::String>
191 template <
typename IdT = Aws::String>
193 m_idHasBeenSet =
true;
194 m_id = std::forward<IdT>(value);
196 template <
typename IdT = Aws::String>
198 SetId(std::forward<IdT>(value));
219 m_statusHasBeenSet =
true;
235 m_statusReasonHasBeenSet =
true;
236 m_statusReason = value;
249 template <
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
251 m_replicationStatusesHasBeenSet =
true;
252 m_replicationStatuses = std::forward<ReplicationStatusesT>(value);
254 template <
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
259 template <
typename ReplicationStatusesT = ReplicationStatus>
261 m_replicationStatusesHasBeenSet =
true;
262 m_replicationStatuses.emplace_back(std::forward<ReplicationStatusesT>(value));
274 template <
typename CreatedAtT = Aws::Utils::DateTime>
276 m_createdAtHasBeenSet =
true;
277 m_createdAt = std::forward<CreatedAtT>(value);
279 template <
typename CreatedAtT = Aws::Utils::DateTime>
293 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
295 m_lastUpdatedAtHasBeenSet =
true;
296 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
298 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
317 template <
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
319 m_associatedStreamGroupsHasBeenSet =
true;
320 m_associatedStreamGroups = std::forward<AssociatedStreamGroupsT>(value);
322 template <
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
327 template <
typename AssociatedStreamGroupsT = Aws::String>
329 m_associatedStreamGroupsHasBeenSet =
true;
330 m_associatedStreamGroups.emplace_back(std::forward<AssociatedStreamGroupsT>(value));
338 template <
typename RequestIdT = Aws::String>
340 m_requestIdHasBeenSet =
true;
341 m_requestId = std::forward<RequestIdT>(value);
343 template <
typename RequestIdT = Aws::String>
382 bool m_arnHasBeenSet =
false;
383 bool m_descriptionHasBeenSet =
false;
384 bool m_runtimeEnvironmentHasBeenSet =
false;
385 bool m_executablePathHasBeenSet =
false;
386 bool m_applicationLogPathsHasBeenSet =
false;
387 bool m_applicationLogOutputUriHasBeenSet =
false;
388 bool m_applicationSourceUriHasBeenSet =
false;
389 bool m_idHasBeenSet =
false;
390 bool m_statusHasBeenSet =
false;
391 bool m_statusReasonHasBeenSet =
false;
392 bool m_replicationStatusesHasBeenSet =
false;
393 bool m_createdAtHasBeenSet =
false;
394 bool m_lastUpdatedAtHasBeenSet =
false;
395 bool m_associatedStreamGroupsHasBeenSet =
false;
396 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetAssociatedStreamGroups() const
AWS_GAMELIFTSTREAMS_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RuntimeEnvironment & GetRuntimeEnvironment() const
GetApplicationResult & WithApplicationLogPaths(ApplicationLogPathsT &&value)
GetApplicationResult & AddAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
const Aws::String & GetApplicationLogOutputUri() const
const Aws::String & GetExecutablePath() const
GetApplicationResult & WithAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
GetApplicationResult & WithId(IdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetRequestId(RequestIdT &&value)
void SetApplicationLogPaths(ApplicationLogPathsT &&value)
void SetApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
void SetReplicationStatuses(ReplicationStatusesT &&value)
const Aws::Vector< Aws::String > & GetApplicationLogPaths() const
AWS_GAMELIFTSTREAMS_API GetApplicationResult()=default
const Aws::String & GetApplicationSourceUri() const
GetApplicationResult & WithStatusReason(ApplicationStatusReason value)
void SetDescription(DescriptionT &&value)
void SetStatus(ApplicationStatus value)
const Aws::String & GetArn() const
GetApplicationResult & AddApplicationLogPaths(ApplicationLogPathsT &&value)
GetApplicationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
GetApplicationResult & WithStatus(ApplicationStatus value)
const Aws::String & GetRequestId() const
ApplicationStatus GetStatus() const
const Aws::Vector< ReplicationStatus > & GetReplicationStatuses() const
ApplicationStatusReason GetStatusReason() const
GetApplicationResult & WithApplicationSourceUri(ApplicationSourceUriT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRuntimeEnvironment(RuntimeEnvironmentT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetApplicationResult & WithArn(ArnT &&value)
GetApplicationResult & WithReplicationStatuses(ReplicationStatusesT &&value)
void SetApplicationSourceUri(ApplicationSourceUriT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetDescription() const
GetApplicationResult & WithRuntimeEnvironment(RuntimeEnvironmentT &&value)
void SetStatusReason(ApplicationStatusReason value)
GetApplicationResult & WithExecutablePath(ExecutablePathT &&value)
GetApplicationResult & AddReplicationStatuses(ReplicationStatusesT &&value)
void SetAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
AWS_GAMELIFTSTREAMS_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationResult & WithDescription(DescriptionT &&value)
GetApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetApplicationResult & WithApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
void SetExecutablePath(ExecutablePathT &&value)
GetApplicationResult & WithCreatedAt(CreatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue