7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.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>
17namespace SecurityAgent {
43 template <
typename TitleT = Aws::String>
45 m_titleHasBeenSet =
true;
46 m_title = std::forward<TitleT>(value);
48 template <
typename TitleT = Aws::String>
50 SetTitle(std::forward<TitleT>(value));
61 template <
typename AgentSpaceIdT = Aws::String>
63 m_agentSpaceIdHasBeenSet =
true;
64 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
66 template <
typename AgentSpaceIdT = Aws::String>
80 template <
typename AssetsT = Assets>
82 m_assetsHasBeenSet =
true;
83 m_assets = std::forward<AssetsT>(value);
85 template <
typename AssetsT = Assets>
98 template <
typename ServiceRoleT = Aws::String>
100 m_serviceRoleHasBeenSet =
true;
101 m_serviceRole = std::forward<ServiceRoleT>(value);
103 template <
typename ServiceRoleT = Aws::String>
116 template <
typename LogConfigT = CloudWatchLog>
118 m_logConfigHasBeenSet =
true;
119 m_logConfig = std::forward<LogConfigT>(value);
121 template <
typename LogConfigT = CloudWatchLog>
136 m_codeRemediationStrategyHasBeenSet =
true;
137 m_codeRemediationStrategy = value;
156 bool m_titleHasBeenSet =
false;
157 bool m_agentSpaceIdHasBeenSet =
false;
158 bool m_assetsHasBeenSet =
false;
159 bool m_serviceRoleHasBeenSet =
false;
160 bool m_logConfigHasBeenSet =
false;
161 bool m_codeRemediationStrategyHasBeenSet =
false;
const Aws::String & GetServiceRole() const
const Aws::String & GetAgentSpaceId() const
const Assets & GetAssets() const
const Aws::String & GetTitle() const
void SetAssets(AssetsT &&value)
bool CodeRemediationStrategyHasBeenSet() const
CreateCodeReviewRequest & WithCodeRemediationStrategy(CodeRemediationStrategy value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
CreateCodeReviewRequest & WithServiceRole(ServiceRoleT &&value)
CreateCodeReviewRequest & WithAssets(AssetsT &&value)
void SetCodeRemediationStrategy(CodeRemediationStrategy value)
AWS_SECURITYAGENT_API CreateCodeReviewRequest()=default
const CloudWatchLog & GetLogConfig() const
void SetTitle(TitleT &&value)
bool ServiceRoleHasBeenSet() const
CreateCodeReviewRequest & WithLogConfig(LogConfigT &&value)
bool AgentSpaceIdHasBeenSet() const
CodeRemediationStrategy GetCodeRemediationStrategy() const
bool TitleHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateCodeReviewRequest & WithTitle(TitleT &&value)
void SetLogConfig(LogConfigT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
void SetServiceRole(ServiceRoleT &&value)
bool AssetsHasBeenSet() const
bool LogConfigHasBeenSet() const
CreateCodeReviewRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String