7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticTranscoder
47 inline void SetWidth(
int value) { m_widthHasBeenSet =
true; m_width = value; }
57 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
69 inline void SetFrameRate(
const char* value) { m_frameRateHasBeenSet =
true; m_frameRate.assign(value); }
81 inline void SetFileSize(
long long value) { m_fileSizeHasBeenSet =
true; m_fileSize = value; }
91 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
97 bool m_widthHasBeenSet =
false;
100 bool m_heightHasBeenSet =
false;
103 bool m_frameRateHasBeenSet =
false;
105 long long m_fileSize;
106 bool m_fileSizeHasBeenSet =
false;
108 long long m_durationMillis;
109 bool m_durationMillisHasBeenSet =
false;
AWS_ELASTICTRANSCODER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFrameRate(const Aws::String &value)
DetectedProperties & WithDurationMillis(long long value)
DetectedProperties & WithFrameRate(const char *value)
void SetFrameRate(Aws::String &&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)
void SetDurationMillis(long long value)
bool HeightHasBeenSet() const
AWS_ELASTICTRANSCODER_API DetectedProperties(Aws::Utils::Json::JsonView jsonValue)
void SetFrameRate(const char *value)
long long GetDurationMillis() const
DetectedProperties & WithFrameRate(const Aws::String &value)
long long GetFileSize() const
AWS_ELASTICTRANSCODER_API DetectedProperties()
DetectedProperties & WithWidth(int value)
bool WidthHasBeenSet() const
bool FileSizeHasBeenSet() const
bool DurationMillisHasBeenSet() const
DetectedProperties & WithFrameRate(Aws::String &&value)
void SetFileSize(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue