7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
42 template <
typename UriT = Aws::String>
44 m_uriHasBeenSet =
true;
45 m_uri = std::forward<UriT>(value);
47 template <
typename UriT = Aws::String>
49 SetUri(std::forward<UriT>(value));
61 template <
typename BucketOwnerAccountIdT = Aws::String>
63 m_bucketOwnerAccountIdHasBeenSet =
true;
64 m_bucketOwnerAccountId = std::forward<BucketOwnerAccountIdT>(value);
66 template <
typename BucketOwnerAccountIdT = Aws::String>
76 bool m_uriHasBeenSet =
false;
77 bool m_bucketOwnerAccountIdHasBeenSet =
false;
bool BucketOwnerAccountIdHasBeenSet() const
AWS_BEDROCKAGENT_API CustomS3Location(Aws::Utils::Json::JsonView jsonValue)
CustomS3Location & WithBucketOwnerAccountId(BucketOwnerAccountIdT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API CustomS3Location()=default
AWS_BEDROCKAGENT_API CustomS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUri() const
CustomS3Location & WithUri(UriT &&value)
void SetBucketOwnerAccountId(BucketOwnerAccountIdT &&value)
void SetUri(UriT &&value)
const Aws::String & GetBucketOwnerAccountId() const
bool UriHasBeenSet() 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