7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/Assets.h>
11#include <aws/securityagent/model/CloudWatchLog.h>
12#include <aws/securityagent/model/CodeRemediationStrategy.h>
23namespace SecurityAgent {
46 template <
typename CodeReviewIdT = Aws::String>
48 m_codeReviewIdHasBeenSet =
true;
49 m_codeReviewId = std::forward<CodeReviewIdT>(value);
51 template <
typename CodeReviewIdT = Aws::String>
64 template <
typename AgentSpaceIdT = Aws::String>
66 m_agentSpaceIdHasBeenSet =
true;
67 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
69 template <
typename AgentSpaceIdT = Aws::String>
82 template <
typename TitleT = Aws::String>
84 m_titleHasBeenSet =
true;
85 m_title = std::forward<TitleT>(value);
87 template <
typename TitleT = Aws::String>
89 SetTitle(std::forward<TitleT>(value));
100 template <
typename AssetsT = Assets>
102 m_assetsHasBeenSet =
true;
103 m_assets = std::forward<AssetsT>(value);
105 template <
typename AssetsT = Assets>
118 template <
typename ServiceRoleT = Aws::String>
120 m_serviceRoleHasBeenSet =
true;
121 m_serviceRole = std::forward<ServiceRoleT>(value);
123 template <
typename ServiceRoleT = Aws::String>
136 template <
typename LogConfigT = CloudWatchLog>
138 m_logConfigHasBeenSet =
true;
139 m_logConfig = std::forward<LogConfigT>(value);
141 template <
typename LogConfigT = CloudWatchLog>
155 m_codeRemediationStrategyHasBeenSet =
true;
156 m_codeRemediationStrategy = value;
170 template <
typename CreatedAtT = Aws::Utils::DateTime>
172 m_createdAtHasBeenSet =
true;
173 m_createdAt = std::forward<CreatedAtT>(value);
175 template <
typename CreatedAtT = Aws::Utils::DateTime>
188 template <
typename UpdatedAtT = Aws::Utils::DateTime>
190 m_updatedAtHasBeenSet =
true;
191 m_updatedAt = std::forward<UpdatedAtT>(value);
193 template <
typename UpdatedAtT = Aws::Utils::DateTime>
217 bool m_codeReviewIdHasBeenSet =
false;
218 bool m_agentSpaceIdHasBeenSet =
false;
219 bool m_titleHasBeenSet =
false;
220 bool m_assetsHasBeenSet =
false;
221 bool m_serviceRoleHasBeenSet =
false;
222 bool m_logConfigHasBeenSet =
false;
223 bool m_codeRemediationStrategyHasBeenSet =
false;
224 bool m_createdAtHasBeenSet =
false;
225 bool m_updatedAtHasBeenSet =
false;
CodeReview & WithAssets(AssetsT &&value)
CodeReview & WithLogConfig(LogConfigT &&value)
bool TitleHasBeenSet() const
CodeReview & WithUpdatedAt(UpdatedAtT &&value)
CodeRemediationStrategy GetCodeRemediationStrategy() const
AWS_SECURITYAGENT_API CodeReview & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeReview & WithCodeReviewId(CodeReviewIdT &&value)
void SetLogConfig(LogConfigT &&value)
const Aws::String & GetCodeReviewId() const
bool CreatedAtHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const CloudWatchLog & GetLogConfig() const
CodeReview & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetAgentSpaceId() const
void SetCodeRemediationStrategy(CodeRemediationStrategy value)
AWS_SECURITYAGENT_API CodeReview(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API CodeReview()=default
bool CodeReviewIdHasBeenSet() const
bool AssetsHasBeenSet() const
void SetTitle(TitleT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool ServiceRoleHasBeenSet() const
const Aws::String & GetTitle() const
const Aws::String & GetServiceRole() const
bool CodeRemediationStrategyHasBeenSet() const
bool AgentSpaceIdHasBeenSet() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
CodeReview & WithCodeRemediationStrategy(CodeRemediationStrategy value)
void SetCodeReviewId(CodeReviewIdT &&value)
const Assets & GetAssets() const
bool UpdatedAtHasBeenSet() const
CodeReview & WithTitle(TitleT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetAssets(AssetsT &&value)
CodeReview & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
CodeReview & WithServiceRole(ServiceRoleT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool LogConfigHasBeenSet() const
void SetServiceRole(ServiceRoleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue