7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/VideoColorRange.h>
51 inline void SetCodec(
const char* value) { m_codecHasBeenSet =
true; m_codec.assign(value); }
63 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
75 inline void SetFormat(
const char* value) { m_formatHasBeenSet =
true; m_format.assign(value); }
87 inline void SetFrameRate(
double value) { m_frameRateHasBeenSet =
true; m_frameRate = value; }
97 inline void SetFrameHeight(
long long value) { m_frameHeightHasBeenSet =
true; m_frameHeight = value; }
107 inline void SetFrameWidth(
long long value) { m_frameWidthHasBeenSet =
true; m_frameWidth = value; }
126 bool m_codecHasBeenSet =
false;
128 long long m_durationMillis;
129 bool m_durationMillisHasBeenSet =
false;
132 bool m_formatHasBeenSet =
false;
135 bool m_frameRateHasBeenSet =
false;
137 long long m_frameHeight;
138 bool m_frameHeightHasBeenSet =
false;
140 long long m_frameWidth;
141 bool m_frameWidthHasBeenSet =
false;
144 bool m_colorRangeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue