7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ServiceCodeListT = Aws::Vector<Aws::String>>
46 void SetServiceCodeList(ServiceCodeListT&& value) { m_serviceCodeListHasBeenSet =
true; m_serviceCodeList = std::forward<ServiceCodeListT>(value); }
47 template<
typename ServiceCodeListT = Aws::Vector<Aws::String>>
49 template<
typename ServiceCodeListT = Aws::String>
62 template<
typename LanguageT = Aws::String>
63 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
64 template<
typename LanguageT = Aws::String>
70 bool m_serviceCodeListHasBeenSet =
false;
73 bool m_languageHasBeenSet =
false;
DescribeServicesRequest & WithLanguage(LanguageT &&value)
DescribeServicesRequest & WithServiceCodeList(ServiceCodeListT &&value)
virtual const char * GetServiceRequestName() const override
void SetServiceCodeList(ServiceCodeListT &&value)
DescribeServicesRequest & AddServiceCodeList(ServiceCodeListT &&value)
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServiceCodeListHasBeenSet() const
const Aws::Vector< Aws::String > & GetServiceCodeList() const
const Aws::String & GetLanguage() const
AWS_SUPPORT_API DescribeServicesRequest()=default
AWS_SUPPORT_API Aws::String SerializePayload() const override
void SetLanguage(LanguageT &&value)
bool LanguageHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector