7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
40 template <
typename CompletionT = Aws::String>
42 m_completionHasBeenSet =
true;
43 m_completion = std::forward<CompletionT>(value);
45 template <
typename CompletionT = Aws::String>
58 template <
typename NextChunkTokenT = Aws::String>
60 m_nextChunkTokenHasBeenSet =
true;
61 m_nextChunkToken = std::forward<NextChunkTokenT>(value);
63 template <
typename NextChunkTokenT = Aws::String>
73 bool m_completionHasBeenSet =
false;
74 bool m_nextChunkTokenHasBeenSet =
false;
NotesChunkDataDetails & WithCompletion(CompletionT &&value)
void SetCompletion(CompletionT &&value)
AWS_QCONNECT_API NotesChunkDataDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCompletion() const
bool NextChunkTokenHasBeenSet() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool CompletionHasBeenSet() const
NotesChunkDataDetails & WithNextChunkToken(NextChunkTokenT &&value)
AWS_QCONNECT_API NotesChunkDataDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNextChunkToken(NextChunkTokenT &&value)
const Aws::String & GetNextChunkToken() const
AWS_QCONNECT_API NotesChunkDataDetails()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue