7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wellarchitected/WellArchitectedRequest.h>
11#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
12#include <aws/wellarchitected/model/RecommendationType.h>
13#include <aws/wellarchitected/model/Scope.h>
18namespace WellArchitected {
31 inline virtual const char*
GetServiceRequestName()
const override {
return "StartAgentRecommendationGeneration"; }
42 template <
typename ProfileArnT = Aws::String>
44 m_profileArnHasBeenSet =
true;
45 m_profileArn = std::forward<ProfileArnT>(value);
47 template <
typename ProfileArnT = Aws::String>
60 template <
typename TypesT = Aws::Vector<RecommendationType>>
62 m_typesHasBeenSet =
true;
63 m_types = std::forward<TypesT>(value);
65 template <
typename TypesT = Aws::Vector<RecommendationType>>
67 SetTypes(std::forward<TypesT>(value));
71 m_typesHasBeenSet =
true;
72 m_types.push_back(value);
84 template <
typename NameT = Aws::String>
86 m_nameHasBeenSet =
true;
87 m_name = std::forward<NameT>(value);
89 template <
typename NameT = Aws::String>
91 SetName(std::forward<NameT>(value));
103 template <
typename AdditionalContextT = Aws::Utils::Document>
105 m_additionalContextHasBeenSet =
true;
106 m_additionalContext = std::forward<AdditionalContextT>(value);
108 template <
typename AdditionalContextT = Aws::Utils::Document>
121 template <
typename ScopeT = Scope>
123 m_scopeHasBeenSet =
true;
124 m_scope = std::forward<ScopeT>(value);
126 template <
typename ScopeT = Scope>
128 SetScope(std::forward<ScopeT>(value));
142 bool m_profileArnHasBeenSet =
false;
143 bool m_typesHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
145 bool m_additionalContextHasBeenSet =
false;
146 bool m_scopeHasBeenSet =
false;
void SetScope(ScopeT &&value)
StartAgentRecommendationGenerationRequest & WithAdditionalContext(AdditionalContextT &&value)
const Aws::String & GetProfileArn() const
const Scope & GetScope() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool TypesHasBeenSet() const
StartAgentRecommendationGenerationRequest & WithScope(ScopeT &&value)
bool ScopeHasBeenSet() const
bool AdditionalContextHasBeenSet() const
void SetProfileArn(ProfileArnT &&value)
bool NameHasBeenSet() const
StartAgentRecommendationGenerationRequest & WithTypes(TypesT &&value)
Aws::Utils::DocumentView GetAdditionalContext() const
void SetAdditionalContext(AdditionalContextT &&value)
StartAgentRecommendationGenerationRequest & WithProfileArn(ProfileArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
bool ProfileArnHasBeenSet() const
void SetTypes(TypesT &&value)
AWS_WELLARCHITECTED_API StartAgentRecommendationGenerationRequest()=default
virtual const char * GetServiceRequestName() const override
StartAgentRecommendationGenerationRequest & AddTypes(RecommendationType value)
const Aws::Vector< RecommendationType > & GetTypes() const
StartAgentRecommendationGenerationRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector