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>
89 template <
typename RuntimeEnvironmentT = RuntimeEnvironment>
91 m_runtimeEnvironmentHasBeenSet =
true;
92 m_runtimeEnvironment = std::forward<RuntimeEnvironmentT>(value);
94 template <
typename RuntimeEnvironmentT = RuntimeEnvironment>
107 template <
typename ExecutablePathT = Aws::String>
109 m_executablePathHasBeenSet =
true;
110 m_executablePath = std::forward<ExecutablePathT>(value);
112 template <
typename ExecutablePathT = Aws::String>
129 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
131 m_applicationLogPathsHasBeenSet =
true;
132 m_applicationLogPaths = std::forward<ApplicationLogPathsT>(value);
134 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
139 template <
typename ApplicationLogPathsT = Aws::String>
141 m_applicationLogPathsHasBeenSet =
true;
142 m_applicationLogPaths.emplace_back(std::forward<ApplicationLogPathsT>(value));
154 template <
typename ApplicationLogOutputUriT = Aws::String>
156 m_applicationLogOutputUriHasBeenSet =
true;
157 m_applicationLogOutputUri = std::forward<ApplicationLogOutputUriT>(value);
159 template <
typename ApplicationLogOutputUriT = Aws::String>
172 template <
typename ApplicationSourceUriT = Aws::String>
174 m_applicationSourceUriHasBeenSet =
true;
175 m_applicationSourceUri = std::forward<ApplicationSourceUriT>(value);
177 template <
typename ApplicationSourceUriT = Aws::String>
190 template <
typename IdT = Aws::String>
192 m_idHasBeenSet =
true;
193 m_id = std::forward<IdT>(value);
195 template <
typename IdT = Aws::String>
197 SetId(std::forward<IdT>(value));
218 m_statusHasBeenSet =
true;
234 m_statusReasonHasBeenSet =
true;
235 m_statusReason = value;
248 template <
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
250 m_replicationStatusesHasBeenSet =
true;
251 m_replicationStatuses = std::forward<ReplicationStatusesT>(value);
253 template <
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
258 template <
typename ReplicationStatusesT = ReplicationStatus>
260 m_replicationStatusesHasBeenSet =
true;
261 m_replicationStatuses.emplace_back(std::forward<ReplicationStatusesT>(value));
273 template <
typename CreatedAtT = Aws::Utils::DateTime>
275 m_createdAtHasBeenSet =
true;
276 m_createdAt = std::forward<CreatedAtT>(value);
278 template <
typename CreatedAtT = Aws::Utils::DateTime>
292 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
294 m_lastUpdatedAtHasBeenSet =
true;
295 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
297 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
316 template <
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
318 m_associatedStreamGroupsHasBeenSet =
true;
319 m_associatedStreamGroups = std::forward<AssociatedStreamGroupsT>(value);
321 template <
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
326 template <
typename AssociatedStreamGroupsT = Aws::String>
328 m_associatedStreamGroupsHasBeenSet =
true;
329 m_associatedStreamGroups.emplace_back(std::forward<AssociatedStreamGroupsT>(value));
337 template <
typename RequestIdT = Aws::String>
339 m_requestIdHasBeenSet =
true;
340 m_requestId = std::forward<RequestIdT>(value);
342 template <
typename RequestIdT = Aws::String>
381 bool m_arnHasBeenSet =
false;
382 bool m_descriptionHasBeenSet =
false;
383 bool m_runtimeEnvironmentHasBeenSet =
false;
384 bool m_executablePathHasBeenSet =
false;
385 bool m_applicationLogPathsHasBeenSet =
false;
386 bool m_applicationLogOutputUriHasBeenSet =
false;
387 bool m_applicationSourceUriHasBeenSet =
false;
388 bool m_idHasBeenSet =
false;
389 bool m_statusHasBeenSet =
false;
390 bool m_statusReasonHasBeenSet =
false;
391 bool m_replicationStatusesHasBeenSet =
false;
392 bool m_createdAtHasBeenSet =
false;
393 bool m_lastUpdatedAtHasBeenSet =
false;
394 bool m_associatedStreamGroupsHasBeenSet =
false;
395 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