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>
20namespace BedrockAgentRuntime {
42 template <
typename BytesT = Aws::Utils::CryptoBuffer>
44 m_bytesHasBeenSet =
true;
45 m_bytes = std::forward<BytesT>(value);
47 template <
typename BytesT = Aws::Utils::CryptoBuffer>
49 SetBytes(std::forward<BytesT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename TypeT = Aws::String>
80 m_typeHasBeenSet =
true;
81 m_type = std::forward<TypeT>(value);
83 template <
typename TypeT = Aws::String>
85 SetType(std::forward<TypeT>(value));
95 bool m_bytesHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
97 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue