7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
47 template<
typename S3BucketNameT = Aws::String>
48 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
49 template<
typename S3BucketNameT = Aws::String>
59 template<
typename S3ObjectKeyT = Aws::String>
60 void SetS3ObjectKey(S3ObjectKeyT&& value) { m_s3ObjectKeyHasBeenSet =
true; m_s3ObjectKey = std::forward<S3ObjectKeyT>(value); }
61 template<
typename S3ObjectKeyT = Aws::String>
67 bool m_s3BucketNameHasBeenSet =
false;
70 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue