7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowValidation.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace BedrockAgent {
38 template <
typename Val
idationsT = Aws::Vector<FlowVal
idation>>
40 m_validationsHasBeenSet =
true;
41 m_validations = std::forward<ValidationsT>(value);
43 template <
typename Val
idationsT = Aws::Vector<FlowVal
idation>>
48 template <
typename Val
idationsT = FlowVal
idation>
50 m_validationsHasBeenSet =
true;
51 m_validations.emplace_back(std::forward<ValidationsT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
77 bool m_validationsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< FlowValidation > & GetValidations() const
const Aws::String & GetRequestId() const
ValidateFlowDefinitionResult & WithValidations(ValidationsT &&value)
AWS_BEDROCKAGENT_API ValidateFlowDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKAGENT_API ValidateFlowDefinitionResult()=default
void SetRequestId(RequestIdT &&value)
ValidateFlowDefinitionResult & AddValidations(ValidationsT &&value)
AWS_BEDROCKAGENT_API ValidateFlowDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetValidations(ValidationsT &&value)
ValidateFlowDefinitionResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue