7#include <aws/bedrock-data-automation-runtime/BedrockDataAutomationRuntime_EXPORTS.h>
8#include <aws/bedrock-data-automation-runtime/model/AutomationJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-data-automation-runtime/model/OutputConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace BedrockDataAutomationRuntime
56 template<
typename ErrorTypeT = Aws::String>
57 void SetErrorType(ErrorTypeT&& value) { m_errorTypeHasBeenSet =
true; m_errorType = std::forward<ErrorTypeT>(value); }
58 template<
typename ErrorTypeT = Aws::String>
67 template<
typename ErrorMessageT = Aws::String>
68 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
69 template<
typename ErrorMessageT = Aws::String>
78 template<
typename OutputConfigurationT = OutputConfiguration>
79 void SetOutputConfiguration(OutputConfigurationT&& value) { m_outputConfigurationHasBeenSet =
true; m_outputConfiguration = std::forward<OutputConfigurationT>(value); }
80 template<
typename OutputConfigurationT = OutputConfiguration>
87 template<
typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
89 template<
typename RequestIdT = Aws::String>
95 bool m_statusHasBeenSet =
false;
98 bool m_errorTypeHasBeenSet =
false;
101 bool m_errorMessageHasBeenSet =
false;
103 OutputConfiguration m_outputConfiguration;
104 bool m_outputConfigurationHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
void SetErrorType(ErrorTypeT &&value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API GetDataAutomationStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetErrorType() const
GetDataAutomationStatusResult & WithRequestId(RequestIdT &&value)
void SetStatus(AutomationJobStatus value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API GetDataAutomationStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrorMessage(ErrorMessageT &&value)
GetDataAutomationStatusResult & WithStatus(AutomationJobStatus value)
const OutputConfiguration & GetOutputConfiguration() const
const Aws::String & GetRequestId() const
GetDataAutomationStatusResult & WithErrorType(ErrorTypeT &&value)
GetDataAutomationStatusResult & WithOutputConfiguration(OutputConfigurationT &&value)
const Aws::String & GetErrorMessage() const
AutomationJobStatus GetStatus() const
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API GetDataAutomationStatusResult()=default
void SetOutputConfiguration(OutputConfigurationT &&value)
GetDataAutomationStatusResult & WithErrorMessage(ErrorMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue