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/DefaultApplication.h>
12#include <aws/gameliftstreams/model/StreamGroupStatus.h>
13#include <aws/gameliftstreams/model/StreamGroupStatusReason.h>
14#include <aws/gameliftstreams/model/StreamClass.h>
15#include <aws/gameliftstreams/model/LocationState.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
30namespace GameLiftStreams
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
70 template<
typename AssociatedApplicationsT = Aws::Vector<Aws::String>>
71 void SetAssociatedApplications(AssociatedApplicationsT&& value) { m_associatedApplicationsHasBeenSet =
true; m_associatedApplications = std::forward<AssociatedApplicationsT>(value); }
72 template<
typename AssociatedApplicationsT = Aws::Vector<Aws::String>>
74 template<
typename AssociatedApplicationsT = Aws::String>
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
97 template<
typename DefaultApplicationT = DefaultApplication>
98 void SetDefaultApplication(DefaultApplicationT&& value) { m_defaultApplicationHasBeenSet =
true; m_defaultApplication = std::forward<DefaultApplicationT>(value); }
99 template<
typename DefaultApplicationT = DefaultApplication>
108 template<
typename DescriptionT = Aws::String>
109 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
110 template<
typename DescriptionT = Aws::String>
120 template<
typename IdT = Aws::String>
121 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
122 template<
typename IdT = Aws::String>
133 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
134 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
135 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
154 template<
typename LocationStatesT = Aws::Vector<LocationState>>
155 void SetLocationStates(LocationStatesT&& value) { m_locationStatesHasBeenSet =
true; m_locationStates = std::forward<LocationStatesT>(value); }
156 template<
typename LocationStatesT = Aws::Vector<LocationState>>
158 template<
typename LocationStatesT = LocationState>
250 template<
typename RequestIdT = Aws::String>
251 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
252 template<
typename RequestIdT = Aws::String>
258 bool m_arnHasBeenSet =
false;
261 bool m_associatedApplicationsHasBeenSet =
false;
264 bool m_createdAtHasBeenSet =
false;
266 DefaultApplication m_defaultApplication;
267 bool m_defaultApplicationHasBeenSet =
false;
270 bool m_descriptionHasBeenSet =
false;
273 bool m_idHasBeenSet =
false;
276 bool m_lastUpdatedAtHasBeenSet =
false;
279 bool m_locationStatesHasBeenSet =
false;
282 bool m_statusHasBeenSet =
false;
285 bool m_statusReasonHasBeenSet =
false;
288 bool m_streamClassHasBeenSet =
false;
291 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< LocationState > & GetLocationStates() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
GetStreamGroupResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetStreamGroupResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< Aws::String > & GetAssociatedApplications() const
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)
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