7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/FlowDefinition.h>
42 template<
typename CustomerEncryptionKeyArnT = Aws::String>
43 void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT&& value) { m_customerEncryptionKeyArnHasBeenSet =
true; m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value); }
44 template<
typename CustomerEncryptionKeyArnT = Aws::String>
55 template<
typename DefinitionT = FlowDefinition>
56 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
57 template<
typename DefinitionT = FlowDefinition>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
83 template<
typename ExecutionRoleArnT = Aws::String>
84 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
85 template<
typename ExecutionRoleArnT = Aws::String>
95 template<
typename FlowIdentifierT = Aws::String>
96 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
97 template<
typename FlowIdentifierT = Aws::String>
107 template<
typename NameT = Aws::String>
108 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
109 template<
typename NameT = Aws::String>
115 bool m_customerEncryptionKeyArnHasBeenSet =
false;
118 bool m_definitionHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_executionRoleArnHasBeenSet =
false;
127 bool m_flowIdentifierHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
UpdateFlowRequest & WithDescription(DescriptionT &&value)
void SetCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
bool DescriptionHasBeenSet() const
UpdateFlowRequest & WithDefinition(DefinitionT &&value)
UpdateFlowRequest & WithName(NameT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetName(NameT &&value)
UpdateFlowRequest & WithFlowIdentifier(FlowIdentifierT &&value)
void SetDescription(DescriptionT &&value)
bool DefinitionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ExecutionRoleArnHasBeenSet() const
void SetDefinition(DefinitionT &&value)
bool CustomerEncryptionKeyArnHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetExecutionRoleArn() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
bool FlowIdentifierHasBeenSet() const
UpdateFlowRequest & WithCustomerEncryptionKeyArn(CustomerEncryptionKeyArnT &&value)
const Aws::String & GetCustomerEncryptionKeyArn() const
AWS_BEDROCKAGENT_API UpdateFlowRequest()=default
const FlowDefinition & GetDefinition() const
const Aws::String & GetFlowIdentifier() const
bool NameHasBeenSet() const
void SetFlowIdentifier(FlowIdentifierT &&value)
UpdateFlowRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String