7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyFormatT = Aws::String>
50 void SetKeyFormat(KeyFormatT&& value) { m_keyFormatHasBeenSet =
true; m_keyFormat = std::forward<KeyFormatT>(value); }
51 template<
typename KeyFormatT = Aws::String>
62 template<
typename KeyFormatVersionsT = Aws::String>
63 void SetKeyFormatVersions(KeyFormatVersionsT&& value) { m_keyFormatVersionsHasBeenSet =
true; m_keyFormatVersions = std::forward<KeyFormatVersionsT>(value); }
64 template<
typename KeyFormatVersionsT = Aws::String>
75 template<
typename StaticKeyValueT = Aws::String>
76 void SetStaticKeyValue(StaticKeyValueT&& value) { m_staticKeyValueHasBeenSet =
true; m_staticKeyValue = std::forward<StaticKeyValueT>(value); }
77 template<
typename StaticKeyValueT = Aws::String>
88 template<
typename UrlT = Aws::String>
89 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
90 template<
typename UrlT = Aws::String>
96 bool m_keyFormatHasBeenSet =
false;
99 bool m_keyFormatVersionsHasBeenSet =
false;
102 bool m_staticKeyValueHasBeenSet =
false;
105 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue