7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/WavFormat.h>
47 inline void SetBitDepth(
int value) { m_bitDepthHasBeenSet =
true; m_bitDepth = value; }
58 inline void SetChannels(
int value) { m_channelsHasBeenSet =
true; m_channels = value; }
71 inline void SetFormat(
WavFormat&& value) { m_formatHasBeenSet =
true; m_format = std::move(value); }
82 inline void SetSampleRate(
int value) { m_sampleRateHasBeenSet =
true; m_sampleRate = value; }
88 bool m_bitDepthHasBeenSet =
false;
91 bool m_channelsHasBeenSet =
false;
94 bool m_formatHasBeenSet =
false;
97 bool m_sampleRateHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue