7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityagent/SecurityAgentRequest.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/AWSResources.h>
12#include <aws/securityagent/model/CodeReviewSettings.h>
17namespace SecurityAgent {
43 template <
typename AgentSpaceIdT = Aws::String>
45 m_agentSpaceIdHasBeenSet =
true;
46 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
48 template <
typename AgentSpaceIdT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename AwsResourcesT = AWSResources>
99 m_awsResourcesHasBeenSet =
true;
100 m_awsResources = std::forward<AwsResourcesT>(value);
102 template <
typename AwsResourcesT = AWSResources>
115 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
117 m_targetDomainIdsHasBeenSet =
true;
118 m_targetDomainIds = std::forward<TargetDomainIdsT>(value);
120 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
125 template <
typename TargetDomainIdsT = Aws::String>
127 m_targetDomainIdsHasBeenSet =
true;
128 m_targetDomainIds.emplace_back(std::forward<TargetDomainIdsT>(value));
140 template <
typename CodeReviewSettingsT = CodeReviewSettings>
142 m_codeReviewSettingsHasBeenSet =
true;
143 m_codeReviewSettings = std::forward<CodeReviewSettingsT>(value);
145 template <
typename CodeReviewSettingsT = CodeReviewSettings>
163 bool m_agentSpaceIdHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
165 bool m_descriptionHasBeenSet =
false;
166 bool m_awsResourcesHasBeenSet =
false;
167 bool m_targetDomainIdsHasBeenSet =
false;
168 bool m_codeReviewSettingsHasBeenSet =
false;
const Aws::String & GetName() const
bool TargetDomainIdsHasBeenSet() const
const Aws::String & GetDescription() const
UpdateAgentSpaceRequest & WithAwsResources(AwsResourcesT &&value)
bool CodeReviewSettingsHasBeenSet() const
void SetCodeReviewSettings(CodeReviewSettingsT &&value)
bool NameHasBeenSet() const
AWS_SECURITYAGENT_API UpdateAgentSpaceRequest()=default
UpdateAgentSpaceRequest & WithTargetDomainIds(TargetDomainIdsT &&value)
void SetDescription(DescriptionT &&value)
UpdateAgentSpaceRequest & WithCodeReviewSettings(CodeReviewSettingsT &&value)
const Aws::String & GetAgentSpaceId() const
const CodeReviewSettings & GetCodeReviewSettings() const
UpdateAgentSpaceRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::Vector< Aws::String > & GetTargetDomainIds() const
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetTargetDomainIds(TargetDomainIdsT &&value)
UpdateAgentSpaceRequest & AddTargetDomainIds(TargetDomainIdsT &&value)
bool AgentSpaceIdHasBeenSet() const
UpdateAgentSpaceRequest & WithName(NameT &&value)
void SetAwsResources(AwsResourcesT &&value)
const AWSResources & GetAwsResources() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
UpdateAgentSpaceRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool AwsResourcesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector