7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdentifierT = Aws::String>
48 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
49 template<
typename IdentifierT = Aws::String>
59 template<
typename VersionT = Aws::String>
60 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
61 template<
typename VersionT = Aws::String>
67 bool m_identifierHasBeenSet =
false;
70 bool m_versionHasBeenSet =
false;
AWS_LEXMODELSV2_API BedrockGuardrailConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(VersionT &&value)
AWS_LEXMODELSV2_API BedrockGuardrailConfiguration()=default
bool VersionHasBeenSet() const
AWS_LEXMODELSV2_API BedrockGuardrailConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetIdentifier(IdentifierT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdentifierHasBeenSet() const
BedrockGuardrailConfiguration & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
BedrockGuardrailConfiguration & WithVersion(VersionT &&value)
const Aws::String & GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue