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>
13#include <aws/securityagent/model/ValidationMode.h>
24namespace SecurityAgent {
47 template <
typename CodeReviewIdT = Aws::String>
49 m_codeReviewIdHasBeenSet =
true;
50 m_codeReviewId = std::forward<CodeReviewIdT>(value);
52 template <
typename CodeReviewIdT = Aws::String>
65 template <
typename AgentSpaceIdT = Aws::String>
67 m_agentSpaceIdHasBeenSet =
true;
68 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
70 template <
typename AgentSpaceIdT = Aws::String>
83 template <
typename TitleT = Aws::String>
85 m_titleHasBeenSet =
true;
86 m_title = std::forward<TitleT>(value);
88 template <
typename TitleT = Aws::String>
90 SetTitle(std::forward<TitleT>(value));
101 template <
typename AssetsT = Assets>
103 m_assetsHasBeenSet =
true;
104 m_assets = std::forward<AssetsT>(value);
106 template <
typename AssetsT = Assets>
119 template <
typename ServiceRoleT = Aws::String>
121 m_serviceRoleHasBeenSet =
true;
122 m_serviceRole = std::forward<ServiceRoleT>(value);
124 template <
typename ServiceRoleT = Aws::String>
137 template <
typename LogConfigT = CloudWatchLog>
139 m_logConfigHasBeenSet =
true;
140 m_logConfig = std::forward<LogConfigT>(value);
142 template <
typename LogConfigT = CloudWatchLog>
156 m_codeRemediationStrategyHasBeenSet =
true;
157 m_codeRemediationStrategy = value;
173 m_validationModeHasBeenSet =
true;
174 m_validationMode = value;
188 template <
typename CreatedAtT = Aws::Utils::DateTime>
190 m_createdAtHasBeenSet =
true;
191 m_createdAt = std::forward<CreatedAtT>(value);
193 template <
typename CreatedAtT = Aws::Utils::DateTime>
206 template <
typename UpdatedAtT = Aws::Utils::DateTime>
208 m_updatedAtHasBeenSet =
true;
209 m_updatedAt = std::forward<UpdatedAtT>(value);
211 template <
typename UpdatedAtT = Aws::Utils::DateTime>
237 bool m_codeReviewIdHasBeenSet =
false;
238 bool m_agentSpaceIdHasBeenSet =
false;
239 bool m_titleHasBeenSet =
false;
240 bool m_assetsHasBeenSet =
false;
241 bool m_serviceRoleHasBeenSet =
false;
242 bool m_logConfigHasBeenSet =
false;
243 bool m_codeRemediationStrategyHasBeenSet =
false;
244 bool m_validationModeHasBeenSet =
false;
245 bool m_createdAtHasBeenSet =
false;
246 bool m_updatedAtHasBeenSet =
false;
CodeReview & WithAssets(AssetsT &&value)
CodeReview & WithValidationMode(ValidationMode 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
ValidationMode GetValidationMode() 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)
bool ValidationModeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
CodeReview & WithServiceRole(ServiceRoleT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetValidationMode(ValidationMode 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