7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
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;
AWS_BEDROCKAGENTRUNTIME_API S3Identifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3BucketName() const
void SetS3BucketName(S3BucketNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API S3Identifier & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3ObjectKeyHasBeenSet() const
void SetS3ObjectKey(S3ObjectKeyT &&value)
S3Identifier & WithS3BucketName(S3BucketNameT &&value)
S3Identifier & WithS3ObjectKey(S3ObjectKeyT &&value)
const Aws::String & GetS3ObjectKey() const
AWS_BEDROCKAGENTRUNTIME_API S3Identifier()=default
bool S3BucketNameHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() 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