7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/bedrock-data-automation/model/DataAutomationProjectStage.h>
11#include <aws/bedrock-data-automation/model/StandardOutputConfiguration.h>
12#include <aws/bedrock-data-automation/model/CustomOutputConfiguration.h>
13#include <aws/bedrock-data-automation/model/OverrideConfiguration.h>
14#include <aws/bedrock-data-automation/model/DataAutomationProjectStatus.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
28namespace BedrockDataAutomation
52 template<
typename ProjectArnT = Aws::String>
53 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
54 template<
typename ProjectArnT = Aws::String>
62 template<
typename CreationTimeT = Aws::Utils::DateTime>
63 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
64 template<
typename CreationTimeT = Aws::Utils::DateTime>
72 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
73 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
74 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
82 template<
typename ProjectNameT = Aws::String>
83 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
84 template<
typename ProjectNameT = Aws::String>
100 template<
typename ProjectDescriptionT = Aws::String>
101 void SetProjectDescription(ProjectDescriptionT&& value) { m_projectDescriptionHasBeenSet =
true; m_projectDescription = std::forward<ProjectDescriptionT>(value); }
102 template<
typename ProjectDescriptionT = Aws::String>
110 template<
typename StandardOutputConfigurationT = StandardOutputConfiguration>
111 void SetStandardOutputConfiguration(StandardOutputConfigurationT&& value) { m_standardOutputConfigurationHasBeenSet =
true; m_standardOutputConfiguration = std::forward<StandardOutputConfigurationT>(value); }
112 template<
typename StandardOutputConfigurationT = StandardOutputConfiguration>
120 template<
typename CustomOutputConfigurationT = CustomOutputConfiguration>
121 void SetCustomOutputConfiguration(CustomOutputConfigurationT&& value) { m_customOutputConfigurationHasBeenSet =
true; m_customOutputConfiguration = std::forward<CustomOutputConfigurationT>(value); }
122 template<
typename CustomOutputConfigurationT = CustomOutputConfiguration>
130 template<
typename Overr
ideConfigurationT = Overr
ideConfiguration>
131 void SetOverrideConfiguration(OverrideConfigurationT&& value) { m_overrideConfigurationHasBeenSet =
true; m_overrideConfiguration = std::forward<OverrideConfigurationT>(value); }
132 template<
typename Overr
ideConfigurationT = Overr
ideConfiguration>
148 template<
typename KmsKeyIdT = Aws::String>
149 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
150 template<
typename KmsKeyIdT = Aws::String>
158 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
159 void SetKmsEncryptionContext(KmsEncryptionContextT&& value) { m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value); }
160 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
162 template<
typename KmsEncryptionContextKeyT = Aws::String,
typename KmsEncryptionContextValueT = Aws::String>
164 m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext.emplace(std::forward<KmsEncryptionContextKeyT>(key), std::forward<KmsEncryptionContextValueT>(value));
return *
this;
170 bool m_projectArnHasBeenSet =
false;
173 bool m_creationTimeHasBeenSet =
false;
176 bool m_lastModifiedTimeHasBeenSet =
false;
179 bool m_projectNameHasBeenSet =
false;
182 bool m_projectStageHasBeenSet =
false;
185 bool m_projectDescriptionHasBeenSet =
false;
187 StandardOutputConfiguration m_standardOutputConfiguration;
188 bool m_standardOutputConfigurationHasBeenSet =
false;
190 CustomOutputConfiguration m_customOutputConfiguration;
191 bool m_customOutputConfigurationHasBeenSet =
false;
193 OverrideConfiguration m_overrideConfiguration;
194 bool m_overrideConfigurationHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
200 bool m_kmsKeyIdHasBeenSet =
false;
203 bool m_kmsEncryptionContextHasBeenSet =
false;
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)
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
bool LastModifiedTimeHasBeenSet() const
DataAutomationProjectStatus GetStatus() const
DataAutomationProject & WithStandardOutputConfiguration(StandardOutputConfigurationT &&value)
bool OverrideConfigurationHasBeenSet() 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
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