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>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
50 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
64 inline void SetCustomerEncryptionKeyArn(
const char* value) { m_customerEncryptionKeyArnHasBeenSet =
true; m_customerEncryptionKeyArn.assign(value); }
90 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
108 inline void SetExecutionRoleArn(
const char* value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn.assign(value); }
122 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
146 inline CreateFlowRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
151 bool m_clientTokenHasBeenSet =
false;
154 bool m_customerEncryptionKeyArnHasBeenSet =
false;
157 bool m_definitionHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_executionRoleArnHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_tagsHasBeenSet =
false;
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateFlowRequest & WithDefinition(const FlowDefinition &value)
bool CustomerEncryptionKeyArnHasBeenSet() const
CreateFlowRequest & AddTags(const Aws::String &key, Aws::String &&value)
CreateFlowRequest & WithExecutionRoleArn(const char *value)
void SetDefinition(const FlowDefinition &value)
CreateFlowRequest & WithDefinition(FlowDefinition &&value)
CreateFlowRequest & AddTags(const char *key, const char *value)
CreateFlowRequest & WithCustomerEncryptionKeyArn(Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateFlowRequest & WithName(const char *value)
void SetExecutionRoleArn(Aws::String &&value)
CreateFlowRequest & AddTags(const Aws::String &key, const Aws::String &value)
CreateFlowRequest & WithClientToken(Aws::String &&value)
CreateFlowRequest & WithExecutionRoleArn(Aws::String &&value)
void SetClientToken(const Aws::String &value)
void SetExecutionRoleArn(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
bool ExecutionRoleArnHasBeenSet() const
const Aws::String & GetExecutionRoleArn() const
bool DescriptionHasBeenSet() const
bool ClientTokenHasBeenSet() const
void SetClientToken(const char *value)
const Aws::String & GetName() const
CreateFlowRequest & WithDescription(const char *value)
const FlowDefinition & GetDefinition() const
CreateFlowRequest & AddTags(Aws::String &&key, const char *value)
bool DefinitionHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetName(const Aws::String &value)
CreateFlowRequest & WithName(Aws::String &&value)
void SetDescription(const Aws::String &value)
CreateFlowRequest & WithExecutionRoleArn(const Aws::String &value)
bool TagsHasBeenSet() const
CreateFlowRequest & WithCustomerEncryptionKeyArn(const char *value)
const Aws::String & GetDescription() const
void SetDefinition(FlowDefinition &&value)
void SetCustomerEncryptionKeyArn(const char *value)
CreateFlowRequest & WithName(const Aws::String &value)
void SetDescription(const char *value)
CreateFlowRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateFlowRequest & AddTags(const char *key, Aws::String &&value)
CreateFlowRequest & WithClientToken(const char *value)
void SetName(const char *value)
CreateFlowRequest & AddTags(Aws::String &&key, const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCustomerEncryptionKeyArn() const
CreateFlowRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
AWS_BEDROCKAGENT_API CreateFlowRequest()
void SetExecutionRoleArn(const char *value)
void SetName(Aws::String &&value)
CreateFlowRequest & WithDescription(const Aws::String &value)
CreateFlowRequest & WithDescription(Aws::String &&value)
CreateFlowRequest & WithClientToken(const Aws::String &value)
void SetClientToken(Aws::String &&value)
void SetCustomerEncryptionKeyArn(Aws::String &&value)
const Aws::String & GetClientToken() const
bool NameHasBeenSet() const
CreateFlowRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateFlowRequest & WithCustomerEncryptionKeyArn(const Aws::String &value)
void SetCustomerEncryptionKeyArn(const Aws::String &value)
void SetDescription(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String