7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/comprehend/model/KeyPhrase.h>
49 inline void SetIndex(
int value) { m_indexHasBeenSet =
true; m_index = value; }
70 bool m_indexHasBeenSet =
false;
73 bool m_keyPhrasesHasBeenSet =
false;
AWS_COMPREHEND_API BatchDetectKeyPhrasesItemResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API BatchDetectKeyPhrasesItemResult()
BatchDetectKeyPhrasesItemResult & WithKeyPhrases(Aws::Vector< KeyPhrase > &&value)
bool KeyPhrasesHasBeenSet() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKeyPhrases(const Aws::Vector< KeyPhrase > &value)
bool IndexHasBeenSet() const
AWS_COMPREHEND_API BatchDetectKeyPhrasesItemResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< KeyPhrase > & GetKeyPhrases() const
void SetKeyPhrases(Aws::Vector< KeyPhrase > &&value)
BatchDetectKeyPhrasesItemResult & WithKeyPhrases(const Aws::Vector< KeyPhrase > &value)
BatchDetectKeyPhrasesItemResult & AddKeyPhrases(KeyPhrase &&value)
BatchDetectKeyPhrasesItemResult & WithIndex(int value)
BatchDetectKeyPhrasesItemResult & AddKeyPhrases(const KeyPhrase &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue