7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/AWSResources.h>
12#include <aws/securityagent/model/CodeReviewSettings.h>
23namespace SecurityAgent {
44 template <
typename AgentSpaceIdT = Aws::String>
46 m_agentSpaceIdHasBeenSet =
true;
47 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
49 template <
typename AgentSpaceIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename AwsResourcesT = AWSResources>
100 m_awsResourcesHasBeenSet =
true;
101 m_awsResources = std::forward<AwsResourcesT>(value);
103 template <
typename AwsResourcesT = AWSResources>
116 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
118 m_targetDomainIdsHasBeenSet =
true;
119 m_targetDomainIds = std::forward<TargetDomainIdsT>(value);
121 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
126 template <
typename TargetDomainIdsT = Aws::String>
128 m_targetDomainIdsHasBeenSet =
true;
129 m_targetDomainIds.emplace_back(std::forward<TargetDomainIdsT>(value));
141 template <
typename CodeReviewSettingsT = CodeReviewSettings>
143 m_codeReviewSettingsHasBeenSet =
true;
144 m_codeReviewSettings = std::forward<CodeReviewSettingsT>(value);
146 template <
typename CodeReviewSettingsT = CodeReviewSettings>
160 template <
typename KmsKeyIdT = Aws::String>
162 m_kmsKeyIdHasBeenSet =
true;
163 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
165 template <
typename KmsKeyIdT = Aws::String>
178 template <
typename CreatedAtT = Aws::Utils::DateTime>
180 m_createdAtHasBeenSet =
true;
181 m_createdAt = std::forward<CreatedAtT>(value);
183 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 template <
typename UpdatedAtT = Aws::Utils::DateTime>
198 m_updatedAtHasBeenSet =
true;
199 m_updatedAt = std::forward<UpdatedAtT>(value);
201 template <
typename UpdatedAtT = Aws::Utils::DateTime>
225 bool m_agentSpaceIdHasBeenSet =
false;
226 bool m_nameHasBeenSet =
false;
227 bool m_descriptionHasBeenSet =
false;
228 bool m_awsResourcesHasBeenSet =
false;
229 bool m_targetDomainIdsHasBeenSet =
false;
230 bool m_codeReviewSettingsHasBeenSet =
false;
231 bool m_kmsKeyIdHasBeenSet =
false;
232 bool m_createdAtHasBeenSet =
false;
233 bool m_updatedAtHasBeenSet =
false;
AgentSpace & AddTargetDomainIds(TargetDomainIdsT &&value)
bool CodeReviewSettingsHasBeenSet() const
void SetName(NameT &&value)
AWS_SECURITYAGENT_API AgentSpace & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentSpace & WithAwsResources(AwsResourcesT &&value)
bool AwsResourcesHasBeenSet() const
const Aws::Vector< Aws::String > & GetTargetDomainIds() const
AgentSpace & WithKmsKeyId(KmsKeyIdT &&value)
AgentSpace & WithDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetCodeReviewSettings(CodeReviewSettingsT &&value)
bool CreatedAtHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
AgentSpace & WithTargetDomainIds(TargetDomainIdsT &&value)
void SetAwsResources(AwsResourcesT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetName() const
const AWSResources & GetAwsResources() const
bool DescriptionHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool AgentSpaceIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetKmsKeyId() const
AWS_SECURITYAGENT_API AgentSpace(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API AgentSpace()=default
void SetKmsKeyId(KmsKeyIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
AgentSpace & WithCodeReviewSettings(CodeReviewSettingsT &&value)
AgentSpace & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
AgentSpace & WithCreatedAt(CreatedAtT &&value)
AgentSpace & WithName(NameT &&value)
AgentSpace & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTargetDomainIds(TargetDomainIdsT &&value)
const CodeReviewSettings & GetCodeReviewSettings() const
bool TargetDomainIdsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue