7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/signer/Signer_EXPORTS.h>
9#include <aws/signer/model/ImageFormat.h>
42 template <
typename SupportedFormatsT = Aws::Vector<ImageFormat>>
44 m_supportedFormatsHasBeenSet =
true;
45 m_supportedFormats = std::forward<SupportedFormatsT>(value);
47 template <
typename SupportedFormatsT = Aws::Vector<ImageFormat>>
53 m_supportedFormatsHasBeenSet =
true;
54 m_supportedFormats.push_back(value);
66 m_defaultFormatHasBeenSet =
true;
67 m_defaultFormat = value;
78 bool m_supportedFormatsHasBeenSet =
false;
79 bool m_defaultFormatHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue