7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/gameliftstreams/model/RuntimeEnvironment.h>
12#include <aws/gameliftstreams/model/ApplicationStatus.h>
13#include <aws/gameliftstreams/model/ApplicationStatusReason.h>
14#include <aws/gameliftstreams/model/ReplicationStatus.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace GameLiftStreams
48 template<
typename ApplicationLogOutputUriT = Aws::String>
49 void SetApplicationLogOutputUri(ApplicationLogOutputUriT&& value) { m_applicationLogOutputUriHasBeenSet =
true; m_applicationLogOutputUri = std::forward<ApplicationLogOutputUriT>(value); }
50 template<
typename ApplicationLogOutputUriT = Aws::String>
64 template<
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
65 void SetApplicationLogPaths(ApplicationLogPathsT&& value) { m_applicationLogPathsHasBeenSet =
true; m_applicationLogPaths = std::forward<ApplicationLogPathsT>(value); }
66 template<
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
68 template<
typename ApplicationLogPathsT = Aws::String>
78 template<
typename ApplicationSourceUriT = Aws::String>
79 void SetApplicationSourceUri(ApplicationSourceUriT&& value) { m_applicationSourceUriHasBeenSet =
true; m_applicationSourceUri = std::forward<ApplicationSourceUriT>(value); }
80 template<
typename ApplicationSourceUriT = Aws::String>
94 template<
typename ArnT = Aws::String>
95 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
96 template<
typename ArnT = Aws::String>
106 template<
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
107 void SetAssociatedStreamGroups(AssociatedStreamGroupsT&& value) { m_associatedStreamGroupsHasBeenSet =
true; m_associatedStreamGroups = std::forward<AssociatedStreamGroupsT>(value); }
108 template<
typename AssociatedStreamGroupsT = Aws::Vector<Aws::String>>
110 template<
typename AssociatedStreamGroupsT = Aws::String>
121 template<
typename CreatedAtT = Aws::Utils::DateTime>
122 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
123 template<
typename CreatedAtT = Aws::Utils::DateTime>
132 template<
typename DescriptionT = Aws::String>
133 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
134 template<
typename DescriptionT = Aws::String>
144 template<
typename ExecutablePathT = Aws::String>
145 void SetExecutablePath(ExecutablePathT&& value) { m_executablePathHasBeenSet =
true; m_executablePath = std::forward<ExecutablePathT>(value); }
146 template<
typename ExecutablePathT = Aws::String>
156 template<
typename IdT = Aws::String>
157 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
158 template<
typename IdT = Aws::String>
169 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
170 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
171 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
180 template<
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
181 void SetReplicationStatuses(ReplicationStatusesT&& value) { m_replicationStatusesHasBeenSet =
true; m_replicationStatuses = std::forward<ReplicationStatusesT>(value); }
182 template<
typename ReplicationStatusesT = Aws::Vector<ReplicationStatus>>
184 template<
typename ReplicationStatusesT = ReplicationStatus>
201 template<
typename RuntimeEnvironmentT = RuntimeEnvironment>
202 void SetRuntimeEnvironment(RuntimeEnvironmentT&& value) { m_runtimeEnvironmentHasBeenSet =
true; m_runtimeEnvironment = std::forward<RuntimeEnvironmentT>(value); }
203 template<
typename RuntimeEnvironmentT = RuntimeEnvironment>
239 template<
typename RequestIdT = Aws::String>
240 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
241 template<
typename RequestIdT = Aws::String>
247 bool m_applicationLogOutputUriHasBeenSet =
false;
250 bool m_applicationLogPathsHasBeenSet =
false;
253 bool m_applicationSourceUriHasBeenSet =
false;
256 bool m_arnHasBeenSet =
false;
259 bool m_associatedStreamGroupsHasBeenSet =
false;
262 bool m_createdAtHasBeenSet =
false;
265 bool m_descriptionHasBeenSet =
false;
268 bool m_executablePathHasBeenSet =
false;
271 bool m_idHasBeenSet =
false;
274 bool m_lastUpdatedAtHasBeenSet =
false;
277 bool m_replicationStatusesHasBeenSet =
false;
279 RuntimeEnvironment m_runtimeEnvironment;
280 bool m_runtimeEnvironmentHasBeenSet =
false;
283 bool m_statusHasBeenSet =
false;
286 bool m_statusReasonHasBeenSet =
false;
289 bool m_requestIdHasBeenSet =
false;
CreateApplicationResult & WithApplicationLogPaths(ApplicationLogPathsT &&value)
CreateApplicationResult & WithApplicationSourceUri(ApplicationSourceUriT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
CreateApplicationResult & WithStatus(ApplicationStatus value)
ApplicationStatusReason GetStatusReason() const
void SetRuntimeEnvironment(RuntimeEnvironmentT &&value)
CreateApplicationResult & WithRequestId(RequestIdT &&value)
CreateApplicationResult & AddApplicationLogPaths(ApplicationLogPathsT &&value)
const Aws::String & GetApplicationLogOutputUri() const
CreateApplicationResult & WithCreatedAt(CreatedAtT &&value)
void SetStatusReason(ApplicationStatusReason value)
const Aws::Vector< Aws::String > & GetAssociatedStreamGroups() const
const Aws::String & GetExecutablePath() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
CreateApplicationResult & WithExecutablePath(ExecutablePathT &&value)
const Aws::Vector< Aws::String > & GetApplicationLogPaths() const
const Aws::String & GetId() const
void SetExecutablePath(ExecutablePathT &&value)
const Aws::String & GetDescription() const
CreateApplicationResult & WithRuntimeEnvironment(RuntimeEnvironmentT &&value)
const Aws::Vector< ReplicationStatus > & GetReplicationStatuses() const
AWS_GAMELIFTSTREAMS_API CreateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RuntimeEnvironment & GetRuntimeEnvironment() const
void SetStatus(ApplicationStatus value)
const Aws::String & GetArn() const
void SetApplicationSourceUri(ApplicationSourceUriT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetRequestId() const
CreateApplicationResult & WithAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
CreateApplicationResult & WithStatusReason(ApplicationStatusReason value)
void SetCreatedAt(CreatedAtT &&value)
CreateApplicationResult & AddReplicationStatuses(ReplicationStatusesT &&value)
CreateApplicationResult & WithId(IdT &&value)
AWS_GAMELIFTSTREAMS_API CreateApplicationResult()=default
void SetReplicationStatuses(ReplicationStatusesT &&value)
CreateApplicationResult & WithApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
CreateApplicationResult & WithDescription(DescriptionT &&value)
CreateApplicationResult & WithReplicationStatuses(ReplicationStatusesT &&value)
ApplicationStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
CreateApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetArn(ArnT &&value)
AWS_GAMELIFTSTREAMS_API CreateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetApplicationSourceUri() const
void SetApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
CreateApplicationResult & AddAssociatedStreamGroups(AssociatedStreamGroupsT &&value)
CreateApplicationResult & WithArn(ArnT &&value)
void SetApplicationLogPaths(ApplicationLogPathsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue