7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/polly/Polly_EXPORTS.h>
9#include <aws/polly/model/Lexicon.h>
10#include <aws/polly/model/LexiconAttributes.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename LexiconT = Lexicon>
38 m_lexiconHasBeenSet =
true;
39 m_lexicon = std::forward<LexiconT>(value);
41 template <
typename LexiconT = Lexicon>
55 template <
typename LexiconAttributesT = LexiconAttributes>
57 m_lexiconAttributesHasBeenSet =
true;
58 m_lexiconAttributes = std::forward<LexiconAttributesT>(value);
60 template <
typename LexiconAttributesT = LexiconAttributes>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_lexiconHasBeenSet =
false;
88 bool m_lexiconAttributesHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Lexicon & GetLexicon() const
AWS_POLLY_API GetLexiconResult()=default
AWS_POLLY_API GetLexiconResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLexiconResult & WithLexicon(LexiconT &&value)
GetLexiconResult & WithLexiconAttributes(LexiconAttributesT &&value)
const Aws::String & GetRequestId() const
void SetLexiconAttributes(LexiconAttributesT &&value)
GetLexiconResult & WithRequestId(RequestIdT &&value)
AWS_POLLY_API GetLexiconResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLexicon(LexiconT &&value)
const LexiconAttributes & GetLexiconAttributes() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue