7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
48 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
62 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
76 inline void SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
84 bool m_clientTokenHasBeenSet =
false;
87 bool m_descriptionHasBeenSet =
false;
90 bool m_flowIdentifierHasBeenSet =
false;
CreateFlowVersionRequest & WithDescription(Aws::String &&value)
CreateFlowVersionRequest & WithDescription(const Aws::String &value)
CreateFlowVersionRequest & WithClientToken(Aws::String &&value)
void SetClientToken(const char *value)
void SetFlowIdentifier(Aws::String &&value)
void SetDescription(const char *value)
CreateFlowVersionRequest & WithFlowIdentifier(Aws::String &&value)
void SetFlowIdentifier(const Aws::String &value)
bool FlowIdentifierHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetFlowIdentifier() const
CreateFlowVersionRequest & WithClientToken(const char *value)
CreateFlowVersionRequest & WithClientToken(const Aws::String &value)
const Aws::String & GetClientToken() const
void SetClientToken(const Aws::String &value)
const Aws::String & GetDescription() const
CreateFlowVersionRequest & WithDescription(const char *value)
void SetDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateFlowVersionRequest & WithFlowIdentifier(const char *value)
void SetDescription(Aws::String &&value)
void SetClientToken(Aws::String &&value)
AWS_BEDROCKAGENT_API CreateFlowVersionRequest()
bool ClientTokenHasBeenSet() const
CreateFlowVersionRequest & WithFlowIdentifier(const Aws::String &value)
void SetFlowIdentifier(const char *value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String