7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/gameliftstreams/model/DefaultApplication.h>
11#include <aws/gameliftstreams/model/StreamGroupStatus.h>
12#include <aws/gameliftstreams/model/StreamClass.h>
25namespace GameLiftStreams
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
72 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 template<
typename DefaultApplicationT = DefaultApplication>
86 void SetDefaultApplication(DefaultApplicationT&& value) { m_defaultApplicationHasBeenSet =
true; m_defaultApplication = std::forward<DefaultApplicationT>(value); }
87 template<
typename DefaultApplicationT = DefaultApplication>
97 template<
typename DescriptionT = Aws::String>
98 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
99 template<
typename DescriptionT = Aws::String>
110 template<
typename IdT = Aws::String>
111 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
112 template<
typename IdT = Aws::String>
124 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
125 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
126 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
201 bool m_arnHasBeenSet =
false;
204 bool m_createdAtHasBeenSet =
false;
206 DefaultApplication m_defaultApplication;
207 bool m_defaultApplicationHasBeenSet =
false;
210 bool m_descriptionHasBeenSet =
false;
213 bool m_idHasBeenSet =
false;
216 bool m_lastUpdatedAtHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
222 bool m_streamClassHasBeenSet =
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
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
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
void SetArn(ArnT &&value)
StreamGroupSummary & WithDefaultApplication(DefaultApplicationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue