7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
48 inline void SetUri(
Aws::String&& value) { m_uriHasBeenSet =
true; m_uri = std::move(value); }
49 inline void SetUri(
const char* value) { m_uriHasBeenSet =
true; m_uri.assign(value); }
57 bool m_uriHasBeenSet =
false;
void SetUri(const char *value)
S3ObjectFile & WithUri(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API S3ObjectFile()
void SetUri(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API S3ObjectFile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUri(const Aws::String &value)
S3ObjectFile & WithUri(const Aws::String &value)
S3ObjectFile & WithUri(const char *value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool UriHasBeenSet() const
const Aws::String & GetUri() const
AWS_BEDROCKAGENTRUNTIME_API S3ObjectFile(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue