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/DefaultApplication.h>
13#include <aws/gameliftstreams/model/LocationState.h>
14#include <aws/gameliftstreams/model/StreamClass.h>
15#include <aws/gameliftstreams/model/StreamGroupStatus.h>
16#include <aws/gameliftstreams/model/StreamGroupStatusReason.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace GameLiftStreams {
47 template <
typename ArnT = Aws::String>
49 m_arnHasBeenSet =
true;
50 m_arn = std::forward<ArnT>(value);
52 template <
typename ArnT = Aws::String>
54 SetArn(std::forward<ArnT>(value));
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
82 template <
typename DefaultApplicationT = DefaultApplication>
84 m_defaultApplicationHasBeenSet =
true;
85 m_defaultApplication = std::forward<DefaultApplicationT>(value);
87 template <
typename DefaultApplicationT = DefaultApplication>
110 template <
typename LocationStatesT = Aws::Vector<LocationState>>
112 m_locationStatesHasBeenSet =
true;
113 m_locationStates = std::forward<LocationStatesT>(value);
115 template <
typename LocationStatesT = Aws::Vector<LocationState>>
120 template <
typename LocationStatesT = LocationState>
122 m_locationStatesHasBeenSet =
true;
123 m_locationStates.emplace_back(std::forward<LocationStatesT>(value));
216 m_streamClassHasBeenSet =
true;
217 m_streamClass = value;
231 template <
typename IdT = Aws::String>
233 m_idHasBeenSet =
true;
234 m_id = std::forward<IdT>(value);
236 template <
typename IdT = Aws::String>
238 SetId(std::forward<IdT>(value));
265 m_statusHasBeenSet =
true;
287 m_statusReasonHasBeenSet =
true;
288 m_statusReason = value;
303 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
305 m_lastUpdatedAtHasBeenSet =
true;
306 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
308 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
322 template <
typename CreatedAtT = Aws::Utils::DateTime>
324 m_createdAtHasBeenSet =
true;
325 m_createdAt = std::forward<CreatedAtT>(value);
327 template <
typename CreatedAtT = Aws::Utils::DateTime>
343 template <
typename ExpiresAtT = Aws::Utils::DateTime>
345 m_expiresAtHasBeenSet =
true;
346 m_expiresAt = std::forward<ExpiresAtT>(value);
348 template <
typename ExpiresAtT = Aws::Utils::DateTime>
367 template <
typename AssociatedApplicationsT = Aws::Vector<Aws::String>>
369 m_associatedApplicationsHasBeenSet =
true;
370 m_associatedApplications = std::forward<AssociatedApplicationsT>(value);
372 template <
typename AssociatedApplicationsT = Aws::Vector<Aws::String>>
377 template <
typename AssociatedApplicationsT = Aws::String>
379 m_associatedApplicationsHasBeenSet =
true;
380 m_associatedApplications.emplace_back(std::forward<AssociatedApplicationsT>(value));
388 template <
typename RequestIdT = Aws::String>
390 m_requestIdHasBeenSet =
true;
391 m_requestId = std::forward<RequestIdT>(value);
393 template <
typename RequestIdT = Aws::String>
428 bool m_arnHasBeenSet =
false;
429 bool m_descriptionHasBeenSet =
false;
430 bool m_defaultApplicationHasBeenSet =
false;
431 bool m_locationStatesHasBeenSet =
false;
432 bool m_streamClassHasBeenSet =
false;
433 bool m_idHasBeenSet =
false;
434 bool m_statusHasBeenSet =
false;
435 bool m_statusReasonHasBeenSet =
false;
436 bool m_lastUpdatedAtHasBeenSet =
false;
437 bool m_createdAtHasBeenSet =
false;
438 bool m_expiresAtHasBeenSet =
false;
439 bool m_associatedApplicationsHasBeenSet =
false;
440 bool m_requestIdHasBeenSet =
false;
void SetExpiresAt(ExpiresAtT &&value)
const Aws::Vector< LocationState > & GetLocationStates() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
GetStreamGroupResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetStreamGroupResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetExpiresAt() const
const Aws::Vector< Aws::String > & GetAssociatedApplications() const
GetStreamGroupResult & WithExpiresAt(ExpiresAtT &&value)
GetStreamGroupResult & AddLocationStates(LocationStatesT &&value)
void SetLocationStates(LocationStatesT &&value)
StreamClass GetStreamClass() const
void SetStreamClass(StreamClass value)
GetStreamGroupResult & WithRequestId(RequestIdT &&value)
void SetStatusReason(StreamGroupStatusReason value)
AWS_GAMELIFTSTREAMS_API GetStreamGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDefaultApplication(DefaultApplicationT &&value)
void SetStatus(StreamGroupStatus value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetId() const
AWS_GAMELIFTSTREAMS_API GetStreamGroupResult()=default
StreamGroupStatus GetStatus() const
GetStreamGroupResult & WithId(IdT &&value)
const DefaultApplication & GetDefaultApplication() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
GetStreamGroupResult & WithDescription(DescriptionT &&value)
AWS_GAMELIFTSTREAMS_API GetStreamGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetStreamGroupResult & WithDefaultApplication(DefaultApplicationT &&value)
GetStreamGroupResult & WithLocationStates(LocationStatesT &&value)
StreamGroupStatusReason GetStatusReason() const
GetStreamGroupResult & WithArn(ArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
GetStreamGroupResult & AddAssociatedApplications(AssociatedApplicationsT &&value)
GetStreamGroupResult & WithStreamClass(StreamClass value)
void SetAssociatedApplications(AssociatedApplicationsT &&value)
GetStreamGroupResult & WithStatusReason(StreamGroupStatusReason value)
GetStreamGroupResult & WithStatus(StreamGroupStatus value)
GetStreamGroupResult & WithAssociatedApplications(AssociatedApplicationsT &&value)
void SetCreatedAt(CreatedAtT &&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