7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
41 template <
typename UriT = Aws::String>
43 m_uriHasBeenSet =
true;
44 m_uri = std::forward<UriT>(value);
46 template <
typename UriT = Aws::String>
48 SetUri(std::forward<UriT>(value));
54 bool m_uriHasBeenSet =
false;
void SetUri(UriT &&value)
const Aws::String & GetUri() const
AWS_BEDROCKAGENT_API S3Location()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API S3Location(Aws::Utils::Json::JsonView jsonValue)
bool UriHasBeenSet() const
AWS_BEDROCKAGENT_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
S3Location & WithUri(UriT &&value)
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