7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/VideoColorRange.h>
49 template<
typename CodecT = Aws::String>
50 void SetCodec(CodecT&& value) { m_codecHasBeenSet =
true; m_codec = std::forward<CodecT>(value); }
51 template<
typename CodecT = Aws::String>
61 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
71 template<
typename FormatT = Aws::String>
72 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
73 template<
typename FormatT = Aws::String>
83 inline void SetFrameRate(
double value) { m_frameRateHasBeenSet =
true; m_frameRate = value; }
93 inline void SetFrameHeight(
long long value) { m_frameHeightHasBeenSet =
true; m_frameHeight = value; }
103 inline void SetFrameWidth(
long long value) { m_frameWidthHasBeenSet =
true; m_frameWidth = value; }
120 bool m_codecHasBeenSet =
false;
122 long long m_durationMillis{0};
123 bool m_durationMillisHasBeenSet =
false;
126 bool m_formatHasBeenSet =
false;
128 double m_frameRate{0.0};
129 bool m_frameRateHasBeenSet =
false;
131 long long m_frameHeight{0};
132 bool m_frameHeightHasBeenSet =
false;
134 long long m_frameWidth{0};
135 bool m_frameWidthHasBeenSet =
false;
138 bool m_colorRangeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue