92 inline void SetLocale(
const char* value) { m_localeHasBeenSet =
true; m_locale.assign(value); }
111 bool m_localizedTextsHasBeenSet;
113 bool m_localeHasBeenSet;
void SetLocalizedTexts(const Aws::Vector< LocalizedText > &value)
const Aws::Vector< LocalizedText > & GetLocalizedTexts() const
#define AWS_INSPECTOR_API
const Aws::String & GetLocale() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetLocale(Aws::String &&value)
LocalizeTextRequest & WithLocale(Aws::String &&value)
void SetLocale(const Aws::String &value)
LocalizeTextRequest & WithLocalizedTexts(const Aws::Vector< LocalizedText > &value)
LocalizeTextRequest & WithLocalizedTexts(Aws::Vector< LocalizedText > &&value)
void SetLocale(const char *value)
LocalizeTextRequest & WithLocale(const Aws::String &value)
LocalizeTextRequest & AddLocalizedTexts(LocalizedText &&value)
LocalizeTextRequest & AddLocalizedTexts(const LocalizedText &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
LocalizeTextRequest & WithLocale(const char *value)
void SetLocalizedTexts(Aws::Vector< LocalizedText > &&value)
JSON (JavaScript Object Notation).