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>
46 template<
typename ClientTokenT = Aws::String>
47 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
48 template<
typename ClientTokenT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename FlowIdentifierT = Aws::String>
71 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
72 template<
typename FlowIdentifierT = Aws::String>
78 bool m_clientTokenHasBeenSet =
true;
81 bool m_descriptionHasBeenSet =
false;
84 bool m_flowIdentifierHasBeenSet =
false;
CreateFlowVersionRequest & WithDescription(DescriptionT &&value)
bool FlowIdentifierHasBeenSet() const
void SetFlowIdentifier(FlowIdentifierT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetFlowIdentifier() const
const Aws::String & GetClientToken() const
CreateFlowVersionRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
CreateFlowVersionRequest & WithFlowIdentifier(FlowIdentifierT &&value)
AWS_BEDROCKAGENT_API CreateFlowVersionRequest()=default
void SetDescription(DescriptionT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String