7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/CustomOutputConfiguration.h>
9#include <aws/bedrock-data-automation/model/DataAutomationProjectStage.h>
10#include <aws/bedrock-data-automation/model/DataAutomationProjectStatus.h>
11#include <aws/bedrock-data-automation/model/DataAutomationProjectType.h>
12#include <aws/bedrock-data-automation/model/OverrideConfiguration.h>
13#include <aws/bedrock-data-automation/model/StandardOutputConfiguration.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
27namespace BedrockDataAutomation {
47 template <
typename ProjectArnT = Aws::String>
49 m_projectArnHasBeenSet =
true;
50 m_projectArn = std::forward<ProjectArnT>(value);
52 template <
typename ProjectArnT = Aws::String>
63 template <
typename CreationTimeT = Aws::Utils::DateTime>
65 m_creationTimeHasBeenSet =
true;
66 m_creationTime = std::forward<CreationTimeT>(value);
68 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
81 m_lastModifiedTimeHasBeenSet =
true;
82 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
84 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
95 template <
typename ProjectNameT = Aws::String>
97 m_projectNameHasBeenSet =
true;
98 m_projectName = std::forward<ProjectNameT>(value);
100 template <
typename ProjectNameT = Aws::String>
112 m_projectStageHasBeenSet =
true;
113 m_projectStage = value;
126 m_projectTypeHasBeenSet =
true;
127 m_projectType = value;
139 template <
typename ProjectDescriptionT = Aws::String>
141 m_projectDescriptionHasBeenSet =
true;
142 m_projectDescription = std::forward<ProjectDescriptionT>(value);
144 template <
typename ProjectDescriptionT = Aws::String>
155 template <
typename StandardOutputConfigurationT = StandardOutputConfiguration>
157 m_standardOutputConfigurationHasBeenSet =
true;
158 m_standardOutputConfiguration = std::forward<StandardOutputConfigurationT>(value);
160 template <
typename StandardOutputConfigurationT = StandardOutputConfiguration>
171 template <
typename CustomOutputConfigurationT = CustomOutputConfiguration>
173 m_customOutputConfigurationHasBeenSet =
true;
174 m_customOutputConfiguration = std::forward<CustomOutputConfigurationT>(value);
176 template <
typename CustomOutputConfigurationT = CustomOutputConfiguration>
187 template <
typename Overr
ideConfigurationT = Overr
ideConfiguration>
189 m_overrideConfigurationHasBeenSet =
true;
190 m_overrideConfiguration = std::forward<OverrideConfigurationT>(value);
192 template <
typename Overr
ideConfigurationT = Overr
ideConfiguration>
204 m_statusHasBeenSet =
true;
217 template <
typename KmsKeyIdT = Aws::String>
219 m_kmsKeyIdHasBeenSet =
true;
220 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
222 template <
typename KmsKeyIdT = Aws::String>
233 template <
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
235 m_kmsEncryptionContextHasBeenSet =
true;
236 m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value);
238 template <
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
243 template <
typename KmsEncryptionContextKeyT = Aws::String,
typename KmsEncryptionContextValueT = Aws::String>
245 m_kmsEncryptionContextHasBeenSet =
true;
246 m_kmsEncryptionContext.emplace(std::forward<KmsEncryptionContextKeyT>(key), std::forward<KmsEncryptionContextValueT>(value));
265 StandardOutputConfiguration m_standardOutputConfiguration;
267 CustomOutputConfiguration m_customOutputConfiguration;
269 OverrideConfiguration m_overrideConfiguration;
276 bool m_projectArnHasBeenSet =
false;
277 bool m_creationTimeHasBeenSet =
false;
278 bool m_lastModifiedTimeHasBeenSet =
false;
279 bool m_projectNameHasBeenSet =
false;
280 bool m_projectStageHasBeenSet =
false;
281 bool m_projectTypeHasBeenSet =
false;
282 bool m_projectDescriptionHasBeenSet =
false;
283 bool m_standardOutputConfigurationHasBeenSet =
false;
284 bool m_customOutputConfigurationHasBeenSet =
false;
285 bool m_overrideConfigurationHasBeenSet =
false;
286 bool m_statusHasBeenSet =
false;
287 bool m_kmsKeyIdHasBeenSet =
false;
288 bool m_kmsEncryptionContextHasBeenSet =
false;
DataAutomationProject & WithProjectType(DataAutomationProjectType value)
void SetProjectDescription(ProjectDescriptionT &&value)
void SetStandardOutputConfiguration(StandardOutputConfigurationT &&value)
bool ProjectDescriptionHasBeenSet() const
bool KmsEncryptionContextHasBeenSet() const
DataAutomationProject & WithCreationTime(CreationTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetKmsEncryptionContext() const
DataAutomationProject & WithProjectDescription(ProjectDescriptionT &&value)
const Aws::String & GetProjectName() const
const Aws::String & GetKmsKeyId() const
DataAutomationProject & WithStatus(DataAutomationProjectStatus value)
void SetProjectType(DataAutomationProjectType value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetStatus(DataAutomationProjectStatus value)
bool ProjectNameHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProjectStage(DataAutomationProjectStage value)
bool ProjectStageHasBeenSet() const
DataAutomationProject & WithKmsKeyId(KmsKeyIdT &&value)
AWS_BEDROCKDATAAUTOMATION_API DataAutomationProject(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_BEDROCKDATAAUTOMATION_API DataAutomationProject & operator=(Aws::Utils::Json::JsonView jsonValue)
const StandardOutputConfiguration & GetStandardOutputConfiguration() const
DataAutomationProject & WithLastModifiedTime(LastModifiedTimeT &&value)
DataAutomationProject & WithProjectStage(DataAutomationProjectStage value)
DataAutomationProject & AddKmsEncryptionContext(KmsEncryptionContextKeyT &&key, KmsEncryptionContextValueT &&value)
bool CreationTimeHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
DataAutomationProject & WithOverrideConfiguration(OverrideConfigurationT &&value)
bool ProjectArnHasBeenSet() const
bool CustomOutputConfigurationHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
DataAutomationProject & WithKmsEncryptionContext(KmsEncryptionContextT &&value)
void SetOverrideConfiguration(OverrideConfigurationT &&value)
bool StandardOutputConfigurationHasBeenSet() const
DataAutomationProjectType GetProjectType() const
bool LastModifiedTimeHasBeenSet() const
DataAutomationProjectStatus GetStatus() const
DataAutomationProject & WithStandardOutputConfiguration(StandardOutputConfigurationT &&value)
bool OverrideConfigurationHasBeenSet() const
bool ProjectTypeHasBeenSet() const
void SetProjectArn(ProjectArnT &&value)
void SetCustomOutputConfiguration(CustomOutputConfigurationT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
DataAutomationProject & WithProjectName(ProjectNameT &&value)
const OverrideConfiguration & GetOverrideConfiguration() const
AWS_BEDROCKDATAAUTOMATION_API DataAutomationProject()=default
bool KmsKeyIdHasBeenSet() const
DataAutomationProject & WithProjectArn(ProjectArnT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetKmsEncryptionContext(KmsEncryptionContextT &&value)
bool StatusHasBeenSet() const
DataAutomationProject & WithCustomOutputConfiguration(CustomOutputConfigurationT &&value)
const Aws::String & GetProjectDescription() const
DataAutomationProjectStage GetProjectStage() const
const Aws::String & GetProjectArn() const
const CustomOutputConfiguration & GetCustomOutputConfiguration() const
DataAutomationProjectType
DataAutomationProjectStage
DataAutomationProjectStatus
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
Aws::Utils::Json::JsonValue JsonValue