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>
65 inline void SetLanguage(
const char* value) { m_languageHasBeenSet =
true; m_language.assign(value); }
73 bool m_serviceCodeListHasBeenSet =
false;
76 bool m_languageHasBeenSet =
false;
DescribeServicesRequest & WithLanguage(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DescribeServicesRequest & AddServiceCodeList(const Aws::String &value)
DescribeServicesRequest & WithServiceCodeList(Aws::Vector< Aws::String > &&value)
void SetLanguage(const Aws::String &value)
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SUPPORT_API DescribeServicesRequest()
void SetLanguage(Aws::String &&value)
void SetLanguage(const char *value)
bool ServiceCodeListHasBeenSet() const
void SetServiceCodeList(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetServiceCodeList() const
const Aws::String & GetLanguage() const
DescribeServicesRequest & AddServiceCodeList(const char *value)
void SetServiceCodeList(Aws::Vector< Aws::String > &&value)
DescribeServicesRequest & WithLanguage(const Aws::String &value)
DescribeServicesRequest & WithServiceCodeList(const Aws::Vector< Aws::String > &value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
DescribeServicesRequest & AddServiceCodeList(Aws::String &&value)
DescribeServicesRequest & WithLanguage(const char *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