7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetChildBlockId(
const char* value) { m_childBlockIdHasBeenSet =
true; m_childBlockId.assign(value); }
60 inline void SetBeginOffset(
int value) { m_beginOffsetHasBeenSet =
true; m_beginOffset = value; }
70 inline void SetEndOffset(
int value) { m_endOffsetHasBeenSet =
true; m_endOffset = value; }
76 bool m_childBlockIdHasBeenSet =
false;
79 bool m_beginOffsetHasBeenSet =
false;
82 bool m_endOffsetHasBeenSet =
false;
ChildBlock & WithChildBlockId(Aws::String &&value)
void SetChildBlockId(Aws::String &&value)
bool EndOffsetHasBeenSet() const
ChildBlock & WithChildBlockId(const char *value)
void SetEndOffset(int value)
void SetChildBlockId(const char *value)
const Aws::String & GetChildBlockId() const
bool BeginOffsetHasBeenSet() const
ChildBlock & WithEndOffset(int value)
AWS_COMPREHEND_API ChildBlock(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API ChildBlock()
void SetBeginOffset(int 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 & WithChildBlockId(const Aws::String &value)
ChildBlock & WithBeginOffset(int value)
void SetChildBlockId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue