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
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
76 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
84 bool m_bytesHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API OutputFile & operator=(Aws::Utils::Json::JsonView jsonValue)
OutputFile & WithType(const char *value)
OutputFile & WithName(Aws::String &&value)
OutputFile & WithName(const Aws::String &value)
bool NameHasBeenSet() const
OutputFile & WithBytes(Aws::Utils::CryptoBuffer &&value)
bool BytesHasBeenSet() const
bool TypeHasBeenSet() const
void SetType(Aws::String &&value)
const Aws::String & GetType() const
void SetName(const char *value)
AWS_BEDROCKAGENTRUNTIME_API OutputFile(Aws::Utils::Json::JsonView jsonValue)
OutputFile & WithBytes(const Aws::Utils::CryptoBuffer &value)
const Aws::String & GetName() const
const Aws::Utils::CryptoBuffer & GetBytes() const
void SetName(Aws::String &&value)
void SetType(const Aws::String &value)
void SetBytes(Aws::Utils::CryptoBuffer &&value)
OutputFile & WithName(const char *value)
void SetName(const Aws::String &value)
OutputFile & WithType(const Aws::String &value)
void SetType(const char *value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
OutputFile & WithType(Aws::String &&value)
void SetBytes(const Aws::Utils::CryptoBuffer &value)
AWS_BEDROCKAGENTRUNTIME_API OutputFile()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue