AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
EmailOverviewChunkDataDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QConnect {
20namespace Model {
21
29 public:
30 AWS_QCONNECT_API EmailOverviewChunkDataDetails() = default;
33 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetCompletion() const { return m_completion; }
41 inline bool CompletionHasBeenSet() const { return m_completionHasBeenSet; }
42 template <typename CompletionT = Aws::String>
43 void SetCompletion(CompletionT&& value) {
44 m_completionHasBeenSet = true;
45 m_completion = std::forward<CompletionT>(value);
46 }
47 template <typename CompletionT = Aws::String>
49 SetCompletion(std::forward<CompletionT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetNextChunkToken() const { return m_nextChunkToken; }
60 inline bool NextChunkTokenHasBeenSet() const { return m_nextChunkTokenHasBeenSet; }
61 template <typename NextChunkTokenT = Aws::String>
63 m_nextChunkTokenHasBeenSet = true;
64 m_nextChunkToken = std::forward<NextChunkTokenT>(value);
65 }
66 template <typename NextChunkTokenT = Aws::String>
68 SetNextChunkToken(std::forward<NextChunkTokenT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_completion;
74
75 Aws::String m_nextChunkToken;
76 bool m_completionHasBeenSet = false;
77 bool m_nextChunkTokenHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace QConnect
82} // namespace Aws
EmailOverviewChunkDataDetails & WithCompletion(CompletionT &&value)
EmailOverviewChunkDataDetails & WithNextChunkToken(NextChunkTokenT &&value)
AWS_QCONNECT_API EmailOverviewChunkDataDetails()=default
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() 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