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/ExportFilesMetadata.h>
11#include <aws/gameliftstreams/model/Protocol.h>
12#include <aws/gameliftstreams/model/StreamSessionStatus.h>
25namespace GameLiftStreams
58 template<
typename ApplicationArnT = Aws::String>
59 void SetApplicationArn(ApplicationArnT&& value) { m_applicationArnHasBeenSet =
true; m_applicationArn = std::forward<ApplicationArnT>(value); }
60 template<
typename ApplicationArnT = Aws::String>
75 template<
typename ArnT = Aws::String>
76 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
77 template<
typename ArnT = Aws::String>
89 template<
typename CreatedAtT = Aws::Utils::DateTime>
90 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
91 template<
typename CreatedAtT = Aws::Utils::DateTime>
101 template<
typename ExportFilesMetadataT = ExportFilesMetadata>
102 void SetExportFilesMetadata(ExportFilesMetadataT&& value) { m_exportFilesMetadataHasBeenSet =
true; m_exportFilesMetadata = std::forward<ExportFilesMetadataT>(value); }
103 template<
typename ExportFilesMetadataT = ExportFilesMetadata>
115 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
116 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
117 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
132 template<
typename LocationT = Aws::String>
133 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
134 template<
typename LocationT = Aws::String>
175 template<
typename UserIdT = Aws::String>
176 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
177 template<
typename UserIdT = Aws::String>
183 bool m_applicationArnHasBeenSet =
false;
186 bool m_arnHasBeenSet =
false;
189 bool m_createdAtHasBeenSet =
false;
191 ExportFilesMetadata m_exportFilesMetadata;
192 bool m_exportFilesMetadataHasBeenSet =
false;
195 bool m_lastUpdatedAtHasBeenSet =
false;
198 bool m_locationHasBeenSet =
false;
201 bool m_protocolHasBeenSet =
false;
204 bool m_statusHasBeenSet =
false;
207 bool m_userIdHasBeenSet =
false;
bool ApplicationArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool ArnHasBeenSet() const
bool LocationHasBeenSet() const
StreamSessionSummary & WithStatus(StreamSessionStatus value)
bool CreatedAtHasBeenSet() const
const ExportFilesMetadata & GetExportFilesMetadata() const
AWS_GAMELIFTSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetArn() const
StreamSessionSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetUserId() const
const Aws::String & GetApplicationArn() const
StreamSessionSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_GAMELIFTSTREAMS_API StreamSessionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetApplicationArn(ApplicationArnT &&value)
StreamSessionSummary & WithLocation(LocationT &&value)
void SetStatus(StreamSessionStatus value)
void SetArn(ArnT &&value)
void SetExportFilesMetadata(ExportFilesMetadataT &&value)
StreamSessionSummary & WithProtocol(Protocol value)
StreamSessionSummary & WithArn(ArnT &&value)
bool ProtocolHasBeenSet() const
Protocol GetProtocol() const
bool ExportFilesMetadataHasBeenSet() const
AWS_GAMELIFTSTREAMS_API StreamSessionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamSessionSummary & WithExportFilesMetadata(ExportFilesMetadataT &&value)
AWS_GAMELIFTSTREAMS_API StreamSessionSummary()=default
StreamSessionSummary & WithUserId(UserIdT &&value)
const Aws::String & GetLocation() const
StreamSessionStatus GetStatus() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool UserIdHasBeenSet() const
StreamSessionSummary & WithApplicationArn(ApplicationArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool StatusHasBeenSet() const
void SetLocation(LocationT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetUserId(UserIdT &&value)
void SetProtocol(Protocol value)
bool LastUpdatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue