7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
42 template <
typename CompletionT = Aws::String>
44 m_completionHasBeenSet =
true;
45 m_completion = std::forward<CompletionT>(value);
47 template <
typename CompletionT = Aws::String>
61 template <
typename NextChunkTokenT = Aws::String>
63 m_nextChunkTokenHasBeenSet =
true;
64 m_nextChunkToken = std::forward<NextChunkTokenT>(value);
66 template <
typename NextChunkTokenT = Aws::String>
76 bool m_completionHasBeenSet =
false;
77 bool m_nextChunkTokenHasBeenSet =
false;
EmailOverviewChunkDataDetails & WithCompletion(CompletionT &&value)
EmailOverviewChunkDataDetails & WithNextChunkToken(NextChunkTokenT &&value)
const Aws::String & GetCompletion() const
AWS_QCONNECT_API EmailOverviewChunkDataDetails()=default
void SetNextChunkToken(NextChunkTokenT &&value)
void SetCompletion(CompletionT &&value)
bool CompletionHasBeenSet() const
bool NextChunkTokenHasBeenSet() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNextChunkToken() const
AWS_QCONNECT_API EmailOverviewChunkDataDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API EmailOverviewChunkDataDetails(Aws::Utils::Json::JsonView jsonValue)
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