7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
10#include <aws/gameliftstreams/model/DefaultApplication.h>
11#include <aws/gameliftstreams/model/StreamClass.h>
12#include <aws/gameliftstreams/model/StreamGroupStatus.h>
23namespace GameLiftStreams {
52 template <
typename ArnT = Aws::String>
54 m_arnHasBeenSet =
true;
55 m_arn = std::forward<ArnT>(value);
57 template <
typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
71 template <
typename IdT = Aws::String>
73 m_idHasBeenSet =
true;
74 m_id = std::forward<IdT>(value);
76 template <
typename IdT = Aws::String>
78 SetId(std::forward<IdT>(value));
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
108 template <
typename DefaultApplicationT = DefaultApplication>
110 m_defaultApplicationHasBeenSet =
true;
111 m_defaultApplication = std::forward<DefaultApplicationT>(value);
113 template <
typename DefaultApplicationT = DefaultApplication>
235 m_streamClassHasBeenSet =
true;
236 m_streamClass = value;
267 m_statusHasBeenSet =
true;
284 template <
typename CreatedAtT = Aws::Utils::DateTime>
286 m_createdAtHasBeenSet =
true;
287 m_createdAt = std::forward<CreatedAtT>(value);
289 template <
typename CreatedAtT = Aws::Utils::DateTime>
304 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
306 m_lastUpdatedAtHasBeenSet =
true;
307 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
309 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
326 template <
typename ExpiresAtT = Aws::Utils::DateTime>
328 m_expiresAtHasBeenSet =
true;
329 m_expiresAt = std::forward<ExpiresAtT>(value);
331 template <
typename ExpiresAtT = Aws::Utils::DateTime>
355 bool m_arnHasBeenSet =
false;
356 bool m_idHasBeenSet =
false;
357 bool m_descriptionHasBeenSet =
false;
358 bool m_defaultApplicationHasBeenSet =
false;
359 bool m_streamClassHasBeenSet =
false;
360 bool m_statusHasBeenSet =
false;
361 bool m_createdAtHasBeenSet =
false;
362 bool m_lastUpdatedAtHasBeenSet =
false;
363 bool m_expiresAtHasBeenSet =
false;
void SetDefaultApplication(DefaultApplicationT &&value)
bool IdHasBeenSet() const
StreamGroupStatus GetStatus() const
StreamGroupSummary & WithArn(ArnT &&value)
bool StreamClassHasBeenSet() const
StreamGroupSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetStatus(StreamGroupStatus value)
StreamGroupSummary & WithStreamClass(StreamClass value)
AWS_GAMELIFTSTREAMS_API StreamGroupSummary(Aws::Utils::Json::JsonView jsonValue)
StreamGroupSummary & WithDescription(DescriptionT &&value)
AWS_GAMELIFTSTREAMS_API StreamGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetExpiresAt(ExpiresAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
StreamClass GetStreamClass() const
const Aws::String & GetId() const
void SetStreamClass(StreamClass value)
bool LastUpdatedAtHasBeenSet() const
const DefaultApplication & GetDefaultApplication() const
bool DescriptionHasBeenSet() const
StreamGroupSummary & WithId(IdT &&value)
void SetDescription(DescriptionT &&value)
AWS_GAMELIFTSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
StreamGroupSummary & WithStatus(StreamGroupStatus value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetExpiresAt() const
StreamGroupSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetArn() const
bool DefaultApplicationHasBeenSet() const
bool ArnHasBeenSet() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_GAMELIFTSTREAMS_API StreamGroupSummary()=default
StreamGroupSummary & WithExpiresAt(ExpiresAtT &&value)
void SetArn(ArnT &&value)
StreamGroupSummary & WithDefaultApplication(DefaultApplicationT &&value)
bool ExpiresAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue