7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/model/IdentityDocumentField.h>
10#include <aws/textract/model/Block.h>
50 inline void SetDocumentIndex(
int value) { m_documentIndexHasBeenSet =
true; m_documentIndex = value; }
61 template<
typename IdentityDocumentFieldsT = Aws::Vector<IdentityDocumentField>>
62 void SetIdentityDocumentFields(IdentityDocumentFieldsT&& value) { m_identityDocumentFieldsHasBeenSet =
true; m_identityDocumentFields = std::forward<IdentityDocumentFieldsT>(value); }
63 template<
typename IdentityDocumentFieldsT = Aws::Vector<IdentityDocumentField>>
65 template<
typename IdentityDocumentFieldsT = IdentityDocumentField>
66 IdentityDocument&
AddIdentityDocumentFields(IdentityDocumentFieldsT&& value) { m_identityDocumentFieldsHasBeenSet =
true; m_identityDocumentFields.emplace_back(std::forward<IdentityDocumentFieldsT>(value));
return *
this; }
75 template<
typename BlocksT = Aws::Vector<Block>>
76 void SetBlocks(BlocksT&& value) { m_blocksHasBeenSet =
true; m_blocks = std::forward<BlocksT>(value); }
77 template<
typename BlocksT = Aws::Vector<Block>>
79 template<
typename BlocksT = Block>
80 IdentityDocument&
AddBlocks(BlocksT&& value) { m_blocksHasBeenSet =
true; m_blocks.emplace_back(std::forward<BlocksT>(value));
return *
this; }
84 int m_documentIndex{0};
85 bool m_documentIndexHasBeenSet =
false;
88 bool m_identityDocumentFieldsHasBeenSet =
false;
91 bool m_blocksHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue