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>
44 inline void SetCustomerEncryptionKeyArn(
const char* value) { m_customerEncryptionKeyArnHasBeenSet =
true; m_customerEncryptionKeyArn.assign(value); }
71 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 inline void SetExecutionRoleArn(
const char* value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn.assign(value); }
103 inline void SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
117 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
125 bool m_customerEncryptionKeyArnHasBeenSet =
false;
128 bool m_definitionHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_executionRoleArnHasBeenSet =
false;
137 bool m_flowIdentifierHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
void SetDescription(const Aws::String &value)
void SetCustomerEncryptionKeyArn(const char *value)
void SetExecutionRoleArn(const char *value)
bool DescriptionHasBeenSet() const
UpdateFlowRequest & WithCustomerEncryptionKeyArn(const Aws::String &value)
void SetDefinition(FlowDefinition &&value)
UpdateFlowRequest & WithFlowIdentifier(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
UpdateFlowRequest & WithName(Aws::String &&value)
const Aws::String & GetName() const
UpdateFlowRequest & WithName(const Aws::String &value)
UpdateFlowRequest & WithExecutionRoleArn(const char *value)
bool DefinitionHasBeenSet() const
UpdateFlowRequest & WithDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetExecutionRoleArn(const Aws::String &value)
bool ExecutionRoleArnHasBeenSet() const
UpdateFlowRequest & WithDescription(const char *value)
UpdateFlowRequest & WithDefinition(const FlowDefinition &value)
void SetName(Aws::String &&value)
UpdateFlowRequest & WithDescription(Aws::String &&value)
UpdateFlowRequest & WithExecutionRoleArn(const Aws::String &value)
void SetFlowIdentifier(const char *value)
bool CustomerEncryptionKeyArnHasBeenSet() const
UpdateFlowRequest & WithFlowIdentifier(Aws::String &&value)
void SetCustomerEncryptionKeyArn(Aws::String &&value)
const Aws::String & GetDescription() const
const Aws::String & GetExecutionRoleArn() const
UpdateFlowRequest & WithDefinition(FlowDefinition &&value)
void SetDefinition(const FlowDefinition &value)
UpdateFlowRequest & WithCustomerEncryptionKeyArn(const char *value)
bool FlowIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API UpdateFlowRequest()
const Aws::String & GetCustomerEncryptionKeyArn() const
UpdateFlowRequest & WithName(const char *value)
void SetName(const char *value)
void SetFlowIdentifier(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetCustomerEncryptionKeyArn(const Aws::String &value)
const FlowDefinition & GetDefinition() const
UpdateFlowRequest & WithExecutionRoleArn(Aws::String &&value)
const Aws::String & GetFlowIdentifier() const
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
void SetExecutionRoleArn(Aws::String &&value)
UpdateFlowRequest & WithCustomerEncryptionKeyArn(Aws::String &&value)
void SetFlowIdentifier(const Aws::String &value)
UpdateFlowRequest & WithFlowIdentifier(const char *value)
void SetDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String