7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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;
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool UriHasBeenSet() const
S3ObjectDoc & WithUri(UriT &&value)
const Aws::String & GetUri() const
AWS_BEDROCK_API S3ObjectDoc(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API S3ObjectDoc()=default
AWS_BEDROCK_API S3ObjectDoc & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUri(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