7#include <aws/trustedadvisor/TrustedAdvisor_EXPORTS.h>
8#include <aws/trustedadvisor/TrustedAdvisorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace TrustedAdvisor
41 template<
typename OrganizationRecommendationIdentifierT = Aws::String>
42 void SetOrganizationRecommendationIdentifier(OrganizationRecommendationIdentifierT&& value) { m_organizationRecommendationIdentifierHasBeenSet =
true; m_organizationRecommendationIdentifier = std::forward<OrganizationRecommendationIdentifierT>(value); }
43 template<
typename OrganizationRecommendationIdentifierT = Aws::String>
49 bool m_organizationRecommendationIdentifierHasBeenSet =
false;
AWS_TRUSTEDADVISOR_API GetOrganizationRecommendationRequest()=default
AWS_TRUSTEDADVISOR_API Aws::String SerializePayload() const override
void SetOrganizationRecommendationIdentifier(OrganizationRecommendationIdentifierT &&value)
bool OrganizationRecommendationIdentifierHasBeenSet() const
GetOrganizationRecommendationRequest & WithOrganizationRecommendationIdentifier(OrganizationRecommendationIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetOrganizationRecommendationIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String