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>
209 m_streamClassHasBeenSet =
true;
210 m_streamClass = value;
241 m_statusHasBeenSet =
true;
258 template <
typename CreatedAtT = Aws::Utils::DateTime>
260 m_createdAtHasBeenSet =
true;
261 m_createdAt = std::forward<CreatedAtT>(value);
263 template <
typename CreatedAtT = Aws::Utils::DateTime>
278 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
280 m_lastUpdatedAtHasBeenSet =
true;
281 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
283 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
300 template <
typename ExpiresAtT = Aws::Utils::DateTime>
302 m_expiresAtHasBeenSet =
true;
303 m_expiresAt = std::forward<ExpiresAtT>(value);
305 template <
typename ExpiresAtT = Aws::Utils::DateTime>
329 bool m_arnHasBeenSet =
false;
330 bool m_idHasBeenSet =
false;
331 bool m_descriptionHasBeenSet =
false;
332 bool m_defaultApplicationHasBeenSet =
false;
333 bool m_streamClassHasBeenSet =
false;
334 bool m_statusHasBeenSet =
false;
335 bool m_createdAtHasBeenSet =
false;
336 bool m_lastUpdatedAtHasBeenSet =
false;
337 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