7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/IssueLocation.h>
10#include <aws/lexv2-models/model/Priority.h>
21namespace LexModelsV2 {
44 template <
typename IssueLocationT = IssueLocation>
46 m_issueLocationHasBeenSet =
true;
47 m_issueLocation = std::forward<IssueLocationT>(value);
49 template <
typename IssueLocationT = IssueLocation>
64 m_priorityHasBeenSet =
true;
79 template <
typename IssueDescriptionT = Aws::String>
81 m_issueDescriptionHasBeenSet =
true;
82 m_issueDescription = std::forward<IssueDescriptionT>(value);
84 template <
typename IssueDescriptionT = Aws::String>
97 template <
typename ProposedFixT = Aws::String>
99 m_proposedFixHasBeenSet =
true;
100 m_proposedFix = std::forward<ProposedFixT>(value);
102 template <
typename ProposedFixT = Aws::String>
116 bool m_issueLocationHasBeenSet =
false;
117 bool m_priorityHasBeenSet =
false;
118 bool m_issueDescriptionHasBeenSet =
false;
119 bool m_proposedFixHasBeenSet =
false;
void SetIssueLocation(IssueLocationT &&value)
bool ProposedFixHasBeenSet() const
BotAnalyzerRecommendation & WithPriority(Priority value)
AWS_LEXMODELSV2_API BotAnalyzerRecommendation & operator=(Aws::Utils::Json::JsonView jsonValue)
BotAnalyzerRecommendation & WithIssueDescription(IssueDescriptionT &&value)
void SetPriority(Priority value)
const Aws::String & GetProposedFix() const
bool IssueDescriptionHasBeenSet() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIssueDescription(IssueDescriptionT &&value)
bool IssueLocationHasBeenSet() const
BotAnalyzerRecommendation & WithProposedFix(ProposedFixT &&value)
const Aws::String & GetIssueDescription() const
bool PriorityHasBeenSet() const
AWS_LEXMODELSV2_API BotAnalyzerRecommendation(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotAnalyzerRecommendation()=default
const IssueLocation & GetIssueLocation() const
void SetProposedFix(ProposedFixT &&value)
BotAnalyzerRecommendation & WithIssueLocation(IssueLocationT &&value)
Priority GetPriority() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue