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/DataAutomationLibraryConfiguration.h>
10#include <aws/bedrock-data-automation/model/DataAutomationProjectStage.h>
11#include <aws/bedrock-data-automation/model/DataAutomationProjectStatus.h>
12#include <aws/bedrock-data-automation/model/DataAutomationProjectType.h>
13#include <aws/bedrock-data-automation/model/OverrideConfiguration.h>
14#include <aws/bedrock-data-automation/model/StandardOutputConfiguration.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSString.h>
28namespace BedrockDataAutomation {
48 template <
typename ProjectArnT = Aws::String>
50 m_projectArnHasBeenSet =
true;
51 m_projectArn = std::forward<ProjectArnT>(value);
53 template <
typename ProjectArnT = Aws::String>
64 template <
typename CreationTimeT = Aws::Utils::DateTime>
66 m_creationTimeHasBeenSet =
true;
67 m_creationTime = std::forward<CreationTimeT>(value);
69 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
82 m_lastModifiedTimeHasBeenSet =
true;
83 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
85 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
96 template <
typename ProjectNameT = Aws::String>
98 m_projectNameHasBeenSet =
true;
99 m_projectName = std::forward<ProjectNameT>(value);
101 template <
typename ProjectNameT = Aws::String>
113 m_projectStageHasBeenSet =
true;
114 m_projectStage = value;
127 m_projectTypeHasBeenSet =
true;
128 m_projectType = value;
140 template <
typename ProjectDescriptionT = Aws::String>
142 m_projectDescriptionHasBeenSet =
true;
143 m_projectDescription = std::forward<ProjectDescriptionT>(value);
145 template <
typename ProjectDescriptionT = Aws::String>
156 template <
typename StandardOutputConfigurationT = StandardOutputConfiguration>
158 m_standardOutputConfigurationHasBeenSet =
true;
159 m_standardOutputConfiguration = std::forward<StandardOutputConfigurationT>(value);
161 template <
typename StandardOutputConfigurationT = StandardOutputConfiguration>
172 template <
typename CustomOutputConfigurationT = CustomOutputConfiguration>
174 m_customOutputConfigurationHasBeenSet =
true;
175 m_customOutputConfiguration = std::forward<CustomOutputConfigurationT>(value);
177 template <
typename CustomOutputConfigurationT = CustomOutputConfiguration>
188 template <
typename Overr
ideConfigurationT = Overr
ideConfiguration>
190 m_overrideConfigurationHasBeenSet =
true;
191 m_overrideConfiguration = std::forward<OverrideConfigurationT>(value);
193 template <
typename Overr
ideConfigurationT = Overr
ideConfiguration>
203 return m_dataAutomationLibraryConfiguration;
206 template <
typename DataAutomationLibraryConfigurationT = DataAutomationLibraryConfiguration>
208 m_dataAutomationLibraryConfigurationHasBeenSet =
true;
209 m_dataAutomationLibraryConfiguration = std::forward<DataAutomationLibraryConfigurationT>(value);
211 template <
typename DataAutomationLibraryConfigurationT = DataAutomationLibraryConfiguration>
223 m_statusHasBeenSet =
true;
236 template <
typename KmsKeyIdT = Aws::String>
238 m_kmsKeyIdHasBeenSet =
true;
239 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
241 template <
typename KmsKeyIdT = Aws::String>
252 template <
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
254 m_kmsEncryptionContextHasBeenSet =
true;
255 m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value);
257 template <
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
262 template <
typename KmsEncryptionContextKeyT = Aws::String,
typename KmsEncryptionContextValueT = Aws::String>
264 m_kmsEncryptionContextHasBeenSet =
true;
265 m_kmsEncryptionContext.emplace(std::forward<KmsEncryptionContextKeyT>(
key), std::forward<KmsEncryptionContextValueT>(value));
284 StandardOutputConfiguration m_standardOutputConfiguration;
286 CustomOutputConfiguration m_customOutputConfiguration;
288 OverrideConfiguration m_overrideConfiguration;
290 DataAutomationLibraryConfiguration m_dataAutomationLibraryConfiguration;
297 bool m_projectArnHasBeenSet =
false;
298 bool m_creationTimeHasBeenSet =
false;
299 bool m_lastModifiedTimeHasBeenSet =
false;
300 bool m_projectNameHasBeenSet =
false;
301 bool m_projectStageHasBeenSet =
false;
302 bool m_projectTypeHasBeenSet =
false;
303 bool m_projectDescriptionHasBeenSet =
false;
304 bool m_standardOutputConfigurationHasBeenSet =
false;
305 bool m_customOutputConfigurationHasBeenSet =
false;
306 bool m_overrideConfigurationHasBeenSet =
false;
307 bool m_dataAutomationLibraryConfigurationHasBeenSet =
false;
308 bool m_statusHasBeenSet =
false;
309 bool m_kmsKeyIdHasBeenSet =
false;
310 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
bool DataAutomationLibraryConfigurationHasBeenSet() const
void SetDataAutomationLibraryConfiguration(DataAutomationLibraryConfigurationT &&value)
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)
DataAutomationProject & WithDataAutomationLibraryConfiguration(DataAutomationLibraryConfigurationT &&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
const DataAutomationLibraryConfiguration & GetDataAutomationLibraryConfiguration() const
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
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