7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/MediaStreamType.h>
9#include <aws/connect/model/ParticipantType.h>
10#include <aws/connect/model/RecordingStatus.h>
11#include <aws/connect/model/StorageType.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
47 m_storageTypeHasBeenSet =
true;
48 m_storageType = value;
62 template <
typename LocationT = Aws::String>
64 m_locationHasBeenSet =
true;
65 m_location = std::forward<LocationT>(value);
67 template <
typename LocationT = Aws::String>
81 m_mediaStreamTypeHasBeenSet =
true;
82 m_mediaStreamType = value;
100 m_participantTypeHasBeenSet =
true;
101 m_participantType = value;
116 template <
typename FragmentStartNumberT = Aws::String>
118 m_fragmentStartNumberHasBeenSet =
true;
119 m_fragmentStartNumber = std::forward<FragmentStartNumberT>(value);
121 template <
typename FragmentStartNumberT = Aws::String>
135 template <
typename FragmentStopNumberT = Aws::String>
137 m_fragmentStopNumberHasBeenSet =
true;
138 m_fragmentStopNumber = std::forward<FragmentStopNumberT>(value);
140 template <
typename FragmentStopNumberT = Aws::String>
154 template <
typename StartTimestampT = Aws::Utils::DateTime>
156 m_startTimestampHasBeenSet =
true;
157 m_startTimestamp = std::forward<StartTimestampT>(value);
159 template <
typename StartTimestampT = Aws::Utils::DateTime>
172 template <
typename StopTimestampT = Aws::Utils::DateTime>
174 m_stopTimestampHasBeenSet =
true;
175 m_stopTimestamp = std::forward<StopTimestampT>(value);
177 template <
typename StopTimestampT = Aws::Utils::DateTime>
191 m_statusHasBeenSet =
true;
207 template <
typename DeletionReasonT = Aws::String>
209 m_deletionReasonHasBeenSet =
true;
210 m_deletionReason = std::forward<DeletionReasonT>(value);
212 template <
typename DeletionReasonT = Aws::String>
226 template <
typename UnprocessedTranscriptLocationT = Aws::String>
228 m_unprocessedTranscriptLocationHasBeenSet =
true;
229 m_unprocessedTranscriptLocation = std::forward<UnprocessedTranscriptLocationT>(value);
231 template <
typename UnprocessedTranscriptLocationT = Aws::String>
259 bool m_storageTypeHasBeenSet =
false;
260 bool m_locationHasBeenSet =
false;
261 bool m_mediaStreamTypeHasBeenSet =
false;
262 bool m_participantTypeHasBeenSet =
false;
263 bool m_fragmentStartNumberHasBeenSet =
false;
264 bool m_fragmentStopNumberHasBeenSet =
false;
265 bool m_startTimestampHasBeenSet =
false;
266 bool m_stopTimestampHasBeenSet =
false;
267 bool m_statusHasBeenSet =
false;
268 bool m_deletionReasonHasBeenSet =
false;
269 bool m_unprocessedTranscriptLocationHasBeenSet =
false;
bool FragmentStartNumberHasBeenSet() const
RecordingStatus GetStatus() const
void SetStopTimestamp(StopTimestampT &&value)
void SetDeletionReason(DeletionReasonT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDeletionReason() const
RecordingInfo & WithFragmentStopNumber(FragmentStopNumberT &&value)
const Aws::String & GetLocation() const
const Aws::String & GetFragmentStopNumber() const
RecordingInfo & WithLocation(LocationT &&value)
bool DeletionReasonHasBeenSet() const
bool LocationHasBeenSet() const
void SetLocation(LocationT &&value)
bool StartTimestampHasBeenSet() const
bool StopTimestampHasBeenSet() const
RecordingInfo & WithStatus(RecordingStatus value)
RecordingInfo & WithMediaStreamType(MediaStreamType value)
bool FragmentStopNumberHasBeenSet() const
void SetStartTimestamp(StartTimestampT &&value)
bool StorageTypeHasBeenSet() const
void SetFragmentStopNumber(FragmentStopNumberT &&value)
RecordingInfo & WithFragmentStartNumber(FragmentStartNumberT &&value)
bool UnprocessedTranscriptLocationHasBeenSet() const
bool StatusHasBeenSet() const
void SetFragmentStartNumber(FragmentStartNumberT &&value)
RecordingInfo & WithStartTimestamp(StartTimestampT &&value)
AWS_CONNECT_API RecordingInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMediaStreamType(MediaStreamType value)
void SetStorageType(StorageType value)
AWS_CONNECT_API RecordingInfo(Aws::Utils::Json::JsonView jsonValue)
StorageType GetStorageType() const
bool MediaStreamTypeHasBeenSet() const
const Aws::Utils::DateTime & GetStartTimestamp() const
RecordingInfo & WithDeletionReason(DeletionReasonT &&value)
RecordingInfo & WithStorageType(StorageType value)
RecordingInfo & WithParticipantType(ParticipantType value)
AWS_CONNECT_API RecordingInfo()=default
const Aws::String & GetFragmentStartNumber() const
void SetUnprocessedTranscriptLocation(UnprocessedTranscriptLocationT &&value)
void SetParticipantType(ParticipantType value)
bool ParticipantTypeHasBeenSet() const
const Aws::String & GetUnprocessedTranscriptLocation() const
ParticipantType GetParticipantType() const
RecordingInfo & WithUnprocessedTranscriptLocation(UnprocessedTranscriptLocationT &&value)
RecordingInfo & WithStopTimestamp(StopTimestampT &&value)
MediaStreamType GetMediaStreamType() const
const Aws::Utils::DateTime & GetStopTimestamp() const
void SetStatus(RecordingStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue