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 {
46 template <
typename AgentSpaceIdT = Aws::String>
48 m_agentSpaceIdHasBeenSet =
true;
49 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
51 template <
typename AgentSpaceIdT = Aws::String>
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename AwsResourcesT = AWSResources>
102 m_awsResourcesHasBeenSet =
true;
103 m_awsResources = std::forward<AwsResourcesT>(value);
105 template <
typename AwsResourcesT = AWSResources>
118 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
120 m_targetDomainIdsHasBeenSet =
true;
121 m_targetDomainIds = std::forward<TargetDomainIdsT>(value);
123 template <
typename TargetDomainIdsT = Aws::Vector<Aws::String>>
128 template <
typename TargetDomainIdsT = Aws::String>
130 m_targetDomainIdsHasBeenSet =
true;
131 m_targetDomainIds.emplace_back(std::forward<TargetDomainIdsT>(value));
142 template <
typename CodeReviewSettingsT = CodeReviewSettings>
144 m_codeReviewSettingsHasBeenSet =
true;
145 m_codeReviewSettings = std::forward<CodeReviewSettingsT>(value);
147 template <
typename CodeReviewSettingsT = CodeReviewSettings>
161 template <
typename KmsKeyIdT = Aws::String>
163 m_kmsKeyIdHasBeenSet =
true;
164 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
166 template <
typename KmsKeyIdT = Aws::String>
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 m_createdAtHasBeenSet =
true;
182 m_createdAt = std::forward<CreatedAtT>(value);
184 template <
typename CreatedAtT = Aws::Utils::DateTime>
197 template <
typename UpdatedAtT = Aws::Utils::DateTime>
199 m_updatedAtHasBeenSet =
true;
200 m_updatedAt = std::forward<UpdatedAtT>(value);
202 template <
typename UpdatedAtT = Aws::Utils::DateTime>
226 bool m_agentSpaceIdHasBeenSet =
false;
227 bool m_nameHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
229 bool m_awsResourcesHasBeenSet =
false;
230 bool m_targetDomainIdsHasBeenSet =
false;
231 bool m_codeReviewSettingsHasBeenSet =
false;
232 bool m_kmsKeyIdHasBeenSet =
false;
233 bool m_createdAtHasBeenSet =
false;
234 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