7#include <aws/core/utils/memory/stl/AWSString.h> 
    8#include <aws/polly/PollyRequest.h> 
    9#include <aws/polly/Polly_EXPORTS.h> 
   39  template <
typename NameT = Aws::String>
 
   41    m_nameHasBeenSet = 
true;
 
   42    m_name = std::forward<NameT>(value);
 
   44  template <
typename NameT = Aws::String>
 
   46    SetName(std::forward<NameT>(value));
 
   57  template <
typename ContentT = Aws::String>
 
   59    m_contentHasBeenSet = 
true;
 
   60    m_content = std::forward<ContentT>(value);
 
   62  template <
typename ContentT = Aws::String>
 
   70  bool m_nameHasBeenSet = 
false;
 
   73  bool m_contentHasBeenSet = 
false;
 
AWS_POLLY_API Aws::String SerializePayload() const override
 
virtual const char * GetServiceRequestName() const override
 
const Aws::String & GetName() const
 
bool ContentHasBeenSet() const
 
PutLexiconRequest & WithName(NameT &&value)
 
void SetContent(ContentT &&value)
 
AWS_POLLY_API PutLexiconRequest()=default
 
const Aws::String & GetContent() const
 
PutLexiconRequest & WithContent(ContentT &&value)
 
void SetName(NameT &&value)
 
bool NameHasBeenSet() const
 
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String