7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
19namespace Rekognition {
42 template <
typename CodecT = Aws::String>
44 m_codecHasBeenSet =
true;
45 m_codec = std::forward<CodecT>(value);
47 template <
typename CodecT = Aws::String>
49 SetCodec(std::forward<CodecT>(value));
61 m_durationMillisHasBeenSet =
true;
62 m_durationMillis = value;
77 m_sampleRateHasBeenSet =
true;
93 m_numberOfChannelsHasBeenSet =
true;
94 m_numberOfChannels = value;
104 long long m_durationMillis{0};
106 long long m_sampleRate{0};
108 long long m_numberOfChannels{0};
109 bool m_codecHasBeenSet =
false;
110 bool m_durationMillisHasBeenSet =
false;
111 bool m_sampleRateHasBeenSet =
false;
112 bool m_numberOfChannelsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue