7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
41 template <
typename S3BucketNameT = Aws::String>
43 m_s3BucketNameHasBeenSet =
true;
44 m_s3BucketName = std::forward<S3BucketNameT>(value);
46 template <
typename S3BucketNameT = Aws::String>
59 template <
typename S3ObjectKeyT = Aws::String>
61 m_s3ObjectKeyHasBeenSet =
true;
62 m_s3ObjectKey = std::forward<S3ObjectKeyT>(value);
64 template <
typename S3ObjectKeyT = Aws::String>
74 bool m_s3BucketNameHasBeenSet =
false;
75 bool m_s3ObjectKeyHasBeenSet =
false;
S3Identifier & WithS3BucketName(S3BucketNameT &&value)
const Aws::String & GetS3ObjectKey() const
void SetS3BucketName(S3BucketNameT &&value)
AWS_BEDROCKAGENT_API S3Identifier()=default
AWS_BEDROCKAGENT_API S3Identifier(Aws::Utils::Json::JsonView jsonValue)
S3Identifier & WithS3ObjectKey(S3ObjectKeyT &&value)
bool S3BucketNameHasBeenSet() const
bool S3ObjectKeyHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3ObjectKey(S3ObjectKeyT &&value)
const Aws::String & GetS3BucketName() const
AWS_BEDROCKAGENT_API S3Identifier & operator=(Aws::Utils::Json::JsonView jsonValue)
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