7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename BucketOwnerAccountIdT = Aws::String>
50 void SetBucketOwnerAccountId(BucketOwnerAccountIdT&& value) { m_bucketOwnerAccountIdHasBeenSet =
true; m_bucketOwnerAccountId = std::forward<BucketOwnerAccountIdT>(value); }
51 template<
typename BucketOwnerAccountIdT = Aws::String>
61 template<
typename UriT = Aws::String>
62 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
63 template<
typename UriT = Aws::String>
69 bool m_bucketOwnerAccountIdHasBeenSet =
false;
72 bool m_uriHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue