7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CodecT = Aws::String>
49 void SetCodec(CodecT&& value) { m_codecHasBeenSet =
true; m_codec = std::forward<CodecT>(value); }
50 template<
typename CodecT = Aws::String>
60 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
70 inline void SetSampleRate(
long long value) { m_sampleRateHasBeenSet =
true; m_sampleRate = value; }
80 inline void SetNumberOfChannels(
long long value) { m_numberOfChannelsHasBeenSet =
true; m_numberOfChannels = value; }
86 bool m_codecHasBeenSet =
false;
88 long long m_durationMillis{0};
89 bool m_durationMillisHasBeenSet =
false;
91 long long m_sampleRate{0};
92 bool m_sampleRateHasBeenSet =
false;
94 long long m_numberOfChannels{0};
95 bool m_numberOfChannelsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue