7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetIssueType(
const char* value) { m_issueTypeHasBeenSet =
true; m_issueType.assign(value); }
62 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
78 inline void SetCategoryCode(
const char* value) { m_categoryCodeHasBeenSet =
true; m_categoryCode.assign(value); }
86 bool m_issueTypeHasBeenSet =
false;
89 bool m_serviceCodeHasBeenSet =
false;
92 bool m_categoryCodeHasBeenSet =
false;
void SetCategoryCode(Aws::String &&value)
DescribeSupportedLanguagesRequest & WithCategoryCode(const Aws::String &value)
void SetServiceCode(const Aws::String &value)
DescribeSupportedLanguagesRequest & WithCategoryCode(const char *value)
virtual const char * GetServiceRequestName() const override
void SetIssueType(Aws::String &&value)
void SetCategoryCode(const Aws::String &value)
bool IssueTypeHasBeenSet() const
void SetIssueType(const char *value)
AWS_SUPPORT_API DescribeSupportedLanguagesRequest()
const Aws::String & GetCategoryCode() const
DescribeSupportedLanguagesRequest & WithServiceCode(Aws::String &&value)
DescribeSupportedLanguagesRequest & WithCategoryCode(Aws::String &&value)
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeSupportedLanguagesRequest & WithIssueType(const Aws::String &value)
DescribeSupportedLanguagesRequest & WithServiceCode(const char *value)
DescribeSupportedLanguagesRequest & WithIssueType(Aws::String &&value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
bool CategoryCodeHasBeenSet() const
const Aws::String & GetIssueType() const
DescribeSupportedLanguagesRequest & WithServiceCode(const Aws::String &value)
void SetCategoryCode(const char *value)
void SetIssueType(const Aws::String &value)
void SetServiceCode(const char *value)
DescribeSupportedLanguagesRequest & WithIssueType(const char *value)
void SetServiceCode(Aws::String &&value)
bool ServiceCodeHasBeenSet() const
const Aws::String & GetServiceCode() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String