7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/GuardrailTextCharactersCoverage.h>
9#include <aws/bedrock-runtime/model/GuardrailImageCoverage.h>
22namespace BedrockRuntime
47 template<
typename TextCharactersT = GuardrailTextCharactersCoverage>
48 void SetTextCharacters(TextCharactersT&& value) { m_textCharactersHasBeenSet =
true; m_textCharacters = std::forward<TextCharactersT>(value); }
49 template<
typename TextCharactersT = GuardrailTextCharactersCoverage>
60 template<
typename ImagesT = GuardrailImageCoverage>
61 void SetImages(ImagesT&& value) { m_imagesHasBeenSet =
true; m_images = std::forward<ImagesT>(value); }
62 template<
typename ImagesT = GuardrailImageCoverage>
68 bool m_textCharactersHasBeenSet =
false;
71 bool m_imagesHasBeenSet =
false;
GuardrailCoverage & WithTextCharacters(TextCharactersT &&value)
AWS_BEDROCKRUNTIME_API GuardrailCoverage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API GuardrailCoverage()=default
void SetImages(ImagesT &&value)
bool TextCharactersHasBeenSet() const
const GuardrailTextCharactersCoverage & GetTextCharacters() const
bool ImagesHasBeenSet() const
const GuardrailImageCoverage & GetImages() const
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API GuardrailCoverage(Aws::Utils::Json::JsonView jsonValue)
GuardrailCoverage & WithImages(ImagesT &&value)
void SetTextCharacters(TextCharactersT &&value)
Aws::Utils::Json::JsonValue JsonValue