7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
14namespace WellArchitected {
27 inline virtual const char*
GetServiceRequestName()
const override {
return "GetAgentRecommendationGeneration"; }
37 template <
typename ProfileArnT = Aws::String>
39 m_profileArnHasBeenSet =
true;
40 m_profileArn = std::forward<ProfileArnT>(value);
42 template <
typename ProfileArnT = Aws::String>
55 template <
typename GenerationIdT = Aws::String>
57 m_generationIdHasBeenSet =
true;
58 m_generationId = std::forward<GenerationIdT>(value);
60 template <
typename GenerationIdT = Aws::String>
70 bool m_profileArnHasBeenSet =
false;
71 bool m_generationIdHasBeenSet =
false;
const Aws::String & GetProfileArn() const
bool GenerationIdHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
GetAgentRecommendationGenerationRequest & WithProfileArn(ProfileArnT &&value)
AWS_WELLARCHITECTED_API GetAgentRecommendationGenerationRequest()=default
virtual const char * GetServiceRequestName() const override
void SetGenerationId(GenerationIdT &&value)
bool ProfileArnHasBeenSet() const
void SetProfileArn(ProfileArnT &&value)
const Aws::String & GetGenerationId() const
GetAgentRecommendationGenerationRequest & WithGenerationId(GenerationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String