7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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;
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue