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