7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StorageType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/MediaStreamType.h>
11#include <aws/connect/model/ParticipantType.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/connect/model/RecordingStatus.h>
62 template<
typename LocationT = Aws::String>
63 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
64 template<
typename LocationT = Aws::String>
98 template<
typename FragmentStartNumberT = Aws::String>
99 void SetFragmentStartNumber(FragmentStartNumberT&& value) { m_fragmentStartNumberHasBeenSet =
true; m_fragmentStartNumber = std::forward<FragmentStartNumberT>(value); }
100 template<
typename FragmentStartNumberT = Aws::String>
111 template<
typename FragmentStopNumberT = Aws::String>
112 void SetFragmentStopNumber(FragmentStopNumberT&& value) { m_fragmentStopNumberHasBeenSet =
true; m_fragmentStopNumber = std::forward<FragmentStopNumberT>(value); }
113 template<
typename FragmentStopNumberT = Aws::String>
124 template<
typename StartTimestampT = Aws::Utils::DateTime>
125 void SetStartTimestamp(StartTimestampT&& value) { m_startTimestampHasBeenSet =
true; m_startTimestamp = std::forward<StartTimestampT>(value); }
126 template<
typename StartTimestampT = Aws::Utils::DateTime>
136 template<
typename StopTimestampT = Aws::Utils::DateTime>
137 void SetStopTimestamp(StopTimestampT&& value) { m_stopTimestampHasBeenSet =
true; m_stopTimestamp = std::forward<StopTimestampT>(value); }
138 template<
typename StopTimestampT = Aws::Utils::DateTime>
159 template<
typename DeletionReasonT = Aws::String>
160 void SetDeletionReason(DeletionReasonT&& value) { m_deletionReasonHasBeenSet =
true; m_deletionReason = std::forward<DeletionReasonT>(value); }
161 template<
typename DeletionReasonT = Aws::String>
167 bool m_storageTypeHasBeenSet =
false;
170 bool m_locationHasBeenSet =
false;
173 bool m_mediaStreamTypeHasBeenSet =
false;
176 bool m_participantTypeHasBeenSet =
false;
179 bool m_fragmentStartNumberHasBeenSet =
false;
182 bool m_fragmentStopNumberHasBeenSet =
false;
185 bool m_startTimestampHasBeenSet =
false;
188 bool m_stopTimestampHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
194 bool m_deletionReasonHasBeenSet =
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 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 SetParticipantType(ParticipantType value)
bool ParticipantTypeHasBeenSet() const
ParticipantType GetParticipantType() const
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