7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticTranscoder
45 inline int GetWidth()
const {
return m_width; }
47 inline void SetWidth(
int value) { m_widthHasBeenSet =
true; m_width = value; }
57 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
67 template<
typename FrameRateT = Aws::String>
68 void SetFrameRate(FrameRateT&& value) { m_frameRateHasBeenSet =
true; m_frameRate = std::forward<FrameRateT>(value); }
69 template<
typename FrameRateT = Aws::String>
79 inline void SetFileSize(
long long value) { m_fileSizeHasBeenSet =
true; m_fileSize = value; }
89 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
95 bool m_widthHasBeenSet =
false;
98 bool m_heightHasBeenSet =
false;
101 bool m_frameRateHasBeenSet =
false;
103 long long m_fileSize{0};
104 bool m_fileSizeHasBeenSet =
false;
106 long long m_durationMillis{0};
107 bool m_durationMillisHasBeenSet =
false;
AWS_ELASTICTRANSCODER_API Aws::Utils::Json::JsonValue Jsonize() const
DetectedProperties & WithDurationMillis(long long value)
void SetFrameRate(FrameRateT &&value)
bool FrameRateHasBeenSet() const
DetectedProperties & WithFileSize(long long value)
AWS_ELASTICTRANSCODER_API DetectedProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
DetectedProperties & WithHeight(int value)
const Aws::String & GetFrameRate() const
void SetHeight(int value)
AWS_ELASTICTRANSCODER_API DetectedProperties()=default
void SetDurationMillis(long long value)
bool HeightHasBeenSet() const
DetectedProperties & WithFrameRate(FrameRateT &&value)
AWS_ELASTICTRANSCODER_API DetectedProperties(Aws::Utils::Json::JsonView jsonValue)
long long GetDurationMillis() const
long long GetFileSize() const
DetectedProperties & WithWidth(int value)
bool WidthHasBeenSet() const
bool FileSizeHasBeenSet() const
bool DurationMillisHasBeenSet() const
void SetFileSize(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue