7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ImageInputFormat.h>
9#include <aws/bedrock-agent-runtime/model/ImageInputSource.h>
22namespace BedrockAgentRuntime
62 template<
typename SourceT = ImageInputSource>
63 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
64 template<
typename SourceT = ImageInputSource>
70 bool m_formatHasBeenSet =
false;
72 ImageInputSource m_source;
73 bool m_sourceHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue