7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
11#include <aws/gameliftstreams/model/ApplicationStatus.h>
12#include <aws/gameliftstreams/model/ApplicationStatusReason.h>
13#include <aws/gameliftstreams/model/ReplicationStatus.h>
14#include <aws/gameliftstreams/model/RuntimeEnvironment.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace GameLiftStreams {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
88 template <
typename RuntimeEnvironmentT = RuntimeEnvironment>
90 m_runtimeEnvironmentHasBeenSet =
true;
91 m_runtimeEnvironment = std::forward<RuntimeEnvironmentT>(value);
93 template <
typename RuntimeEnvironmentT = RuntimeEnvironment>
106 template <
typename ExecutablePathT = Aws::String>
108 m_executablePathHasBeenSet =
true;
109 m_executablePath = std::forward<ExecutablePathT>(value);
111 template <
typename ExecutablePathT = Aws::String>
128 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
130 m_applicationLogPathsHasBeenSet =
true;
131 m_applicationLogPaths = std::forward<ApplicationLogPathsT>(value);
133 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
138 template <
typename ApplicationLogPathsT = Aws::String>
140 m_applicationLogPathsHasBeenSet =
true;
141 m_applicationLogPaths.emplace_back(std::forward<ApplicationLogPathsT>(value));
153 template <
typename ApplicationLogOutputUriT = Aws::String>
155 m_applicationLogOutputUriHasBeenSet =
true;
156 m_applicationLogOutputUri = std::forward<ApplicationLogOutputUriT>(value);
158 template <
typename ApplicationLogOutputUriT = Aws::String>
171 template <
typename ApplicationSourceUriT = Aws::String>
173 m_applicationSourceUriHasBeenSet =
true;
174 m_applicationSourceUri = std::forward<ApplicationSourceUriT>(value);
176 template <
typename ApplicationSourceUriT = Aws::String>
189 template <
typename IdT = Aws::String>
191 m_idHasBeenSet =
true;
192 m_id = std::forward<IdT>(value);
194 template <
typename IdT = Aws::String>
196 SetId(std::forward<IdT>(value));
217 m_statusHasBeenSet =
true;
233 m_statusReasonHasBeenSet =
true;
234 m_statusReason = value;
247 template <
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
249 m_replicationStatusesHasBeenSet =
true;
250 m_replicationStatuses = std::forward<ReplicationStatusesT>(value);
252 template <
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
257 template <
typename ReplicationStatusesT = ReplicationStatus>
259 m_replicationStatusesHasBeenSet =
true;
260 m_replicationStatuses.emplace_back(std::forward<ReplicationStatusesT>(value));
272 template <
typename CreatedAtT = Aws::Utils::DateTime>
274 m_createdAtHasBeenSet =
true;
275 m_createdAt = std::forward<CreatedAtT>(value);
277 template <
typename CreatedAtT = Aws::Utils::DateTime>
291 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
293 m_lastUpdatedAtHasBeenSet =
true;
294 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
296 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
315 template <
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
317 m_associatedStreamGroupsHasBeenSet =
true;
318 m_associatedStreamGroups = std::forward<AssociatedStreamGroupsT>(value);
320 template <
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
325 template <
typename AssociatedStreamGroupsT = Aws::String>
327 m_associatedStreamGroupsHasBeenSet =
true;
328 m_associatedStreamGroups.emplace_back(std::forward<AssociatedStreamGroupsT>(value));
336 template <
typename RequestIdT = Aws::String>
338 m_requestIdHasBeenSet =
true;
339 m_requestId = std::forward<RequestIdT>(value);
341 template <
typename RequestIdT = Aws::String>
377 bool m_arnHasBeenSet =
false;
378 bool m_descriptionHasBeenSet =
false;
379 bool m_runtimeEnvironmentHasBeenSet =
false;
380 bool m_executablePathHasBeenSet =
false;
381 bool m_applicationLogPathsHasBeenSet =
false;
382 bool m_applicationLogOutputUriHasBeenSet =
false;
383 bool m_applicationSourceUriHasBeenSet =
false;
384 bool m_idHasBeenSet =
false;
385 bool m_statusHasBeenSet =
false;
386 bool m_statusReasonHasBeenSet =
false;
387 bool m_replicationStatusesHasBeenSet =
false;
388 bool m_createdAtHasBeenSet =
false;
389 bool m_lastUpdatedAtHasBeenSet =
false;
390 bool m_associatedStreamGroupsHasBeenSet =
false;
391 bool m_requestIdHasBeenSet =
false;
void SetApplicationSourceUri(ApplicationSourceUriT &&value)
UpdateApplicationResult & WithStatus(ApplicationStatus value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetExecutablePath() const
void SetAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
void SetRuntimeEnvironment(RuntimeEnvironmentT &&value)
void SetApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
const Aws::Vector< Aws::String > & GetApplicationLogPaths() const
const RuntimeEnvironment & GetRuntimeEnvironment() const
UpdateApplicationResult & WithAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
UpdateApplicationResult & WithDescription(DescriptionT &&value)
UpdateApplicationResult & WithApplicationSourceUri(ApplicationSourceUriT &&value)
AWS_GAMELIFTSTREAMS_API UpdateApplicationResult()=default
UpdateApplicationResult & WithArn(ArnT &&value)
const Aws::Vector< Aws::String > & GetAssociatedStreamGroups() const
UpdateApplicationResult & WithRuntimeEnvironment(RuntimeEnvironmentT &&value)
UpdateApplicationResult & AddAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
UpdateApplicationResult & WithReplicationStatuses(ReplicationStatusesT &&value)
const Aws::String & GetApplicationLogOutputUri() const
UpdateApplicationResult & WithExecutablePath(ExecutablePathT &&value)
void SetArn(ArnT &&value)
UpdateApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetId() const
const Aws::String & GetApplicationSourceUri() const
void SetExecutablePath(ExecutablePathT &&value)
const Aws::String & GetDescription() const
UpdateApplicationResult & AddApplicationLogPaths(ApplicationLogPathsT &&value)
void SetRequestId(RequestIdT &&value)
UpdateApplicationResult & WithCreatedAt(CreatedAtT &&value)
AWS_GAMELIFTSTREAMS_API UpdateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
UpdateApplicationResult & AddReplicationStatuses(ReplicationStatusesT &&value)
void SetStatusReason(ApplicationStatusReason value)
ApplicationStatusReason GetStatusReason() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_GAMELIFTSTREAMS_API UpdateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationResult & WithStatusReason(ApplicationStatusReason value)
UpdateApplicationResult & WithId(IdT &&value)
const Aws::String & GetArn() const
const Aws::Vector< ReplicationStatus > & GetReplicationStatuses() const
UpdateApplicationResult & WithApplicationLogPaths(ApplicationLogPathsT &&value)
UpdateApplicationResult & WithRequestId(RequestIdT &&value)
void SetStatus(ApplicationStatus value)
UpdateApplicationResult & WithApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetReplicationStatuses(ReplicationStatusesT &&value)
void SetApplicationLogPaths(ApplicationLogPathsT &&value)
void SetDescription(DescriptionT &&value)
ApplicationStatus GetStatus() 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