7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime
48 template<
typename BytesT = Aws::Utils::CryptoBuffer>
49 void SetBytes(BytesT&& value) { m_bytesHasBeenSet =
true; m_bytes = std::forward<BytesT>(value); }
50 template<
typename BytesT = Aws::Utils::CryptoBuffer>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename TypeT = Aws::String>
73 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
74 template<
typename TypeT = Aws::String>
80 bool m_bytesHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
86 bool m_typeHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API OutputFile & operator=(Aws::Utils::Json::JsonView jsonValue)
OutputFile & WithBytes(BytesT &&value)
bool NameHasBeenSet() const
bool BytesHasBeenSet() const
bool TypeHasBeenSet() const
OutputFile & WithName(NameT &&value)
const Aws::String & GetType() const
OutputFile & WithType(TypeT &&value)
AWS_BEDROCKAGENTRUNTIME_API OutputFile(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::Utils::CryptoBuffer & GetBytes() const
void SetName(NameT &&value)
void SetType(TypeT &&value)
void SetBytes(BytesT &&value)
AWS_BEDROCKAGENTRUNTIME_API OutputFile()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue