7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename S3UriT = Aws::String>
42 m_s3UriHasBeenSet =
true;
43 m_s3Uri = std::forward<S3UriT>(value);
45 template <
typename S3UriT = Aws::String>
47 SetS3Uri(std::forward<S3UriT>(value));
53 bool m_s3UriHasBeenSet =
false;
void SetS3Uri(S3UriT &&value)
AWS_BEDROCK_API Validator()=default
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3UriHasBeenSet() const
const Aws::String & GetS3Uri() const
AWS_BEDROCK_API Validator & operator=(Aws::Utils::Json::JsonView jsonValue)
Validator & WithS3Uri(S3UriT &&value)
AWS_BEDROCK_API Validator(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