7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_nameHasBeenSet =
false;
AWS_BEDROCKAGENT_API ValidationExceptionField(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_BEDROCKAGENT_API ValidationExceptionField()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API ValidationExceptionField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetMessage(MessageT &&value)
ValidationExceptionField & WithMessage(MessageT &&value)
ValidationExceptionField & WithName(NameT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue