7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/support/SupportRequest.h>
10#include <aws/support/Support_EXPORTS.h>
41 template <
typename ServiceCodeListT = Aws::Vector<Aws::String>>
43 m_serviceCodeListHasBeenSet =
true;
44 m_serviceCodeList = std::forward<ServiceCodeListT>(value);
46 template <
typename ServiceCodeListT = Aws::Vector<Aws::String>>
51 template <
typename ServiceCodeListT = Aws::String>
53 m_serviceCodeListHasBeenSet =
true;
54 m_serviceCodeList.emplace_back(std::forward<ServiceCodeListT>(value));
68 template <
typename LanguageT = Aws::String>
70 m_languageHasBeenSet =
true;
71 m_language = std::forward<LanguageT>(value);
73 template <
typename LanguageT = Aws::String>
83 bool m_serviceCodeListHasBeenSet =
false;
84 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