7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ChildBlockIdT = Aws::String>
42 m_childBlockIdHasBeenSet =
true;
43 m_childBlockId = std::forward<ChildBlockIdT>(value);
45 template <
typename ChildBlockIdT = Aws::String>
59 m_beginOffsetHasBeenSet =
true;
60 m_beginOffset = value;
75 m_endOffsetHasBeenSet =
true;
89 bool m_childBlockIdHasBeenSet =
false;
90 bool m_beginOffsetHasBeenSet =
false;
91 bool m_endOffsetHasBeenSet =
false;
bool EndOffsetHasBeenSet() const
void SetEndOffset(int value)
AWS_COMPREHEND_API ChildBlock()=default
const Aws::String & GetChildBlockId() const
bool BeginOffsetHasBeenSet() const
ChildBlock & WithEndOffset(int value)
AWS_COMPREHEND_API ChildBlock(Aws::Utils::Json::JsonView jsonValue)
void SetBeginOffset(int value)
void SetChildBlockId(ChildBlockIdT &&value)
ChildBlock & WithChildBlockId(ChildBlockIdT &&value)
bool ChildBlockIdHasBeenSet() const
int GetBeginOffset() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API ChildBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
ChildBlock & WithBeginOffset(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue