7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/FlowDefinition.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace BedrockAgent {
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
78 template <
typename ExecutionRoleArnT = Aws::String>
80 m_executionRoleArnHasBeenSet =
true;
81 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
83 template <
typename ExecutionRoleArnT = Aws::String>
96 template <
typename CustomerEncryptionKeyArnT = Aws::String>
98 m_customerEncryptionKeyArnHasBeenSet =
true;
99 m_customerEncryptionKeyArn = std::forward<CustomerEncryptionKeyArnT>(value);
101 template <
typename CustomerEncryptionKeyArnT = Aws::String>
115 template <
typename DefinitionT = FlowDefinition>
117 m_definitionHasBeenSet =
true;
118 m_definition = std::forward<DefinitionT>(value);
120 template <
typename DefinitionT = FlowDefinition>
133 template <
typename FlowIdentifierT = Aws::String>
135 m_flowIdentifierHasBeenSet =
true;
136 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
138 template <
typename FlowIdentifierT = Aws::String>
156 bool m_nameHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_executionRoleArnHasBeenSet =
false;
159 bool m_customerEncryptionKeyArnHasBeenSet =
false;
160 bool m_definitionHasBeenSet =
false;
161 bool m_flowIdentifierHasBeenSet =
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