7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityagent/SecurityAgentRequest.h>
11#include <aws/securityagent/SecurityAgent_EXPORTS.h>
12#include <aws/securityagent/model/AWSResources.h>
13#include <aws/securityagent/model/CodeReviewSettings.h>
18namespace SecurityAgent {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename AwsResourcesT = AWSResources>
82 m_awsResourcesHasBeenSet =
true;
83 m_awsResources = std::forward<AwsResourcesT>(value);
85 template <
typename AwsResourcesT = AWSResources>
98 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
100 m_targetDomainIdsHasBeenSet =
true;
101 m_targetDomainIds = std::forward<TargetDomainIdsT>(value);
103 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
108 template <
typename TargetDomainIdsT = Aws::String>
110 m_targetDomainIdsHasBeenSet =
true;
111 m_targetDomainIds.emplace_back(std::forward<TargetDomainIdsT>(value));
123 template <
typename CodeReviewSettingsT = CodeReviewSettings>
125 m_codeReviewSettingsHasBeenSet =
true;
126 m_codeReviewSettings = std::forward<CodeReviewSettingsT>(value);
128 template <
typename CodeReviewSettingsT = CodeReviewSettings>
142 template <
typename KmsKeyIdT = Aws::String>
144 m_kmsKeyIdHasBeenSet =
true;
145 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
147 template <
typename KmsKeyIdT = Aws::String>
160 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
162 m_tagsHasBeenSet =
true;
163 m_tags = std::forward<TagsT>(value);
165 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 SetTags(std::forward<TagsT>(value));
170 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
172 m_tagsHasBeenSet =
true;
173 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
191 bool m_nameHasBeenSet =
false;
192 bool m_descriptionHasBeenSet =
false;
193 bool m_awsResourcesHasBeenSet =
false;
194 bool m_targetDomainIdsHasBeenSet =
false;
195 bool m_codeReviewSettingsHasBeenSet =
false;
196 bool m_kmsKeyIdHasBeenSet =
false;
197 bool m_tagsHasBeenSet =
false;
bool DescriptionHasBeenSet() const
const CodeReviewSettings & GetCodeReviewSettings() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetKmsKeyId(KmsKeyIdT &&value)
void SetAwsResources(AwsResourcesT &&value)
bool CodeReviewSettingsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const AWSResources & GetAwsResources() const
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
CreateAgentSpaceRequest & WithTargetDomainIds(TargetDomainIdsT &&value)
CreateAgentSpaceRequest & WithCodeReviewSettings(CodeReviewSettingsT &&value)
const Aws::String & GetKmsKeyId() const
CreateAgentSpaceRequest & WithName(NameT &&value)
const Aws::Vector< Aws::String > & GetTargetDomainIds() const
AWS_SECURITYAGENT_API CreateAgentSpaceRequest()=default
void SetCodeReviewSettings(CodeReviewSettingsT &&value)
const Aws::String & GetDescription() const
CreateAgentSpaceRequest & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetName() const
bool TargetDomainIdsHasBeenSet() const
CreateAgentSpaceRequest & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
bool KmsKeyIdHasBeenSet() const
CreateAgentSpaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
CreateAgentSpaceRequest & AddTargetDomainIds(TargetDomainIdsT &&value)
CreateAgentSpaceRequest & WithAwsResources(AwsResourcesT &&value)
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
void SetTargetDomainIds(TargetDomainIdsT &&value)
CreateAgentSpaceRequest & WithDescription(DescriptionT &&value)
bool AwsResourcesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector