7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
11#include <aws/devops-agent/model/UserReference.h>
22namespace DevOpsAgent {
44 template <
typename AgentSpaceIdT = Aws::String>
46 m_agentSpaceIdHasBeenSet =
true;
47 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
49 template <
typename AgentSpaceIdT = Aws::String>
62 template <
typename ExecutionIdT = Aws::String>
64 m_executionIdHasBeenSet =
true;
65 m_executionId = std::forward<ExecutionIdT>(value);
67 template <
typename ExecutionIdT = Aws::String>
80 template <
typename RecordIdT = Aws::String>
82 m_recordIdHasBeenSet =
true;
83 m_recordId = std::forward<RecordIdT>(value);
85 template <
typename RecordIdT = Aws::String>
98 template <
typename ContentT = Aws::Utils::Document>
100 m_contentHasBeenSet =
true;
101 m_content = std::forward<ContentT>(value);
103 template <
typename ContentT = Aws::Utils::Document>
116 template <
typename CreatedAtT = Aws::Utils::DateTime>
118 m_createdAtHasBeenSet =
true;
119 m_createdAt = std::forward<CreatedAtT>(value);
121 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 template <
typename RecordTypeT = Aws::String>
136 m_recordTypeHasBeenSet =
true;
137 m_recordType = std::forward<RecordTypeT>(value);
139 template <
typename RecordTypeT = Aws::String>
152 template <
typename UserReferenceT = UserReference>
154 m_userReferenceHasBeenSet =
true;
155 m_userReference = std::forward<UserReferenceT>(value);
157 template <
typename UserReferenceT = UserReference>
176 UserReference m_userReference;
177 bool m_agentSpaceIdHasBeenSet =
false;
178 bool m_executionIdHasBeenSet =
false;
179 bool m_recordIdHasBeenSet =
false;
180 bool m_contentHasBeenSet =
false;
181 bool m_createdAtHasBeenSet =
false;
182 bool m_recordTypeHasBeenSet =
false;
183 bool m_userReferenceHasBeenSet =
false;
Aws::Utils::DocumentView GetContent() const
bool UserReferenceHasBeenSet() const
void SetContent(ContentT &&value)
void SetRecordId(RecordIdT &&value)
void SetRecordType(RecordTypeT &&value)
const UserReference & GetUserReference() const
const Aws::String & GetAgentSpaceId() const
bool RecordIdHasBeenSet() const
bool ExecutionIdHasBeenSet() const
JournalRecord & WithRecordType(RecordTypeT &&value)
bool CreatedAtHasBeenSet() const
AWS_DEVOPSAGENT_API JournalRecord()=default
JournalRecord & WithUserReference(UserReferenceT &&value)
JournalRecord & WithContent(ContentT &&value)
const Aws::String & GetRecordId() const
AWS_DEVOPSAGENT_API JournalRecord & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExecutionId() const
const Aws::String & GetRecordType() const
void SetCreatedAt(CreatedAtT &&value)
JournalRecord & WithRecordId(RecordIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
JournalRecord & WithCreatedAt(CreatedAtT &&value)
bool ContentHasBeenSet() const
JournalRecord & WithExecutionId(ExecutionIdT &&value)
bool AgentSpaceIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool RecordTypeHasBeenSet() const
void SetExecutionId(ExecutionIdT &&value)
AWS_DEVOPSAGENT_API JournalRecord(Aws::Utils::Json::JsonView jsonValue)
JournalRecord & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetUserReference(UserReferenceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue