7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
40 template <
typename UriT = Aws::String>
42 m_uriHasBeenSet =
true;
43 m_uri = std::forward<UriT>(value);
45 template <
typename UriT = Aws::String>
47 SetUri(std::forward<UriT>(value));
58 template <
typename BucketOwnerT = Aws::String>
60 m_bucketOwnerHasBeenSet =
true;
61 m_bucketOwner = std::forward<BucketOwnerT>(value);
63 template <
typename BucketOwnerT = Aws::String>
73 bool m_uriHasBeenSet =
false;
74 bool m_bucketOwnerHasBeenSet =
false;
bool BucketOwnerHasBeenSet() const
AWS_BEDROCKRUNTIME_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUri(UriT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool UriHasBeenSet() const
const Aws::String & GetUri() const
void SetBucketOwner(BucketOwnerT &&value)
AWS_BEDROCKRUNTIME_API S3Location(Aws::Utils::Json::JsonView jsonValue)
S3Location & WithUri(UriT &&value)
S3Location & WithBucketOwner(BucketOwnerT &&value)
AWS_BEDROCKRUNTIME_API S3Location()=default
const Aws::String & GetBucketOwner() const
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