7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetCommentId(
const char* value) { m_commentIdHasBeenSet =
true; m_commentId.assign(value); }
65 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
79 inline void SetInReplyTo(
const char* value) { m_inReplyToHasBeenSet =
true; m_inReplyTo.assign(value); }
118 inline void SetAuthorArn(
const char* value) { m_authorArnHasBeenSet =
true; m_authorArn.assign(value); }
130 inline void SetDeleted(
bool value) { m_deletedHasBeenSet =
true; m_deleted = value; }
145 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
164 inline Comment&
AddCallerReactions(
const char* value) { m_callerReactionsHasBeenSet =
true; m_callerReactions.push_back(value);
return *
this; }
180 inline Comment&
AddReactionCounts(
const char* key,
int value) { m_reactionCountsHasBeenSet =
true; m_reactionCounts.emplace(key, value);
return *
this; }
185 bool m_commentIdHasBeenSet =
false;
188 bool m_contentHasBeenSet =
false;
191 bool m_inReplyToHasBeenSet =
false;
194 bool m_creationDateHasBeenSet =
false;
197 bool m_lastModifiedDateHasBeenSet =
false;
200 bool m_authorArnHasBeenSet =
false;
203 bool m_deletedHasBeenSet =
false;
206 bool m_clientRequestTokenHasBeenSet =
false;
209 bool m_callerReactionsHasBeenSet =
false;
212 bool m_reactionCountsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue