7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/BedrockDataAutomationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-data-automation/model/DataAutomationProjectStage.h>
15namespace BedrockDataAutomation
45 template<
typename ProjectArnT = Aws::String>
46 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
47 template<
typename ProjectArnT = Aws::String>
63 bool m_projectArnHasBeenSet =
false;
66 bool m_projectStageHasBeenSet =
false;
DataAutomationProjectStage GetProjectStage() const
bool ProjectStageHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API GetDataAutomationProjectRequest()=default
virtual const char * GetServiceRequestName() const override
void SetProjectStage(DataAutomationProjectStage value)
GetDataAutomationProjectRequest & WithProjectStage(DataAutomationProjectStage value)
bool ProjectArnHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API Aws::String SerializePayload() const override
const Aws::String & GetProjectArn() const
void SetProjectArn(ProjectArnT &&value)
GetDataAutomationProjectRequest & WithProjectArn(ProjectArnT &&value)
DataAutomationProjectStage
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String