7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/QuickSightRequest.h>
11#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename FlowIdT = Aws::String>
60 m_flowIdHasBeenSet =
true;
61 m_flowId = std::forward<FlowIdT>(value);
63 template <
typename FlowIdT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
118 template <
typename FlowDefinitionT = Aws::Utils::Document>
120 m_flowDefinitionHasBeenSet =
true;
121 m_flowDefinition = std::forward<FlowDefinitionT>(value);
123 template <
typename FlowDefinitionT = Aws::Utils::Document>
137 template <
typename ClientTokenT = Aws::String>
139 m_clientTokenHasBeenSet =
true;
140 m_clientToken = std::forward<ClientTokenT>(value);
142 template <
typename ClientTokenT = Aws::String>
160 bool m_awsAccountIdHasBeenSet =
false;
161 bool m_flowIdHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
163 bool m_descriptionHasBeenSet =
false;
164 bool m_flowDefinitionHasBeenSet =
false;
165 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetFlowId() const
void SetFlowDefinition(FlowDefinitionT &&value)
const Aws::String & GetClientToken() const
AWS_QUICKSIGHT_API UpdateFlowRequest()=default
const Aws::String & GetName() const
const Aws::String & GetAwsAccountId() const
bool FlowDefinitionHasBeenSet() const
UpdateFlowRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
UpdateFlowRequest & WithClientToken(ClientTokenT &&value)
bool AwsAccountIdHasBeenSet() const
bool FlowIdHasBeenSet() const
UpdateFlowRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
UpdateFlowRequest & WithFlowId(FlowIdT &&value)
UpdateFlowRequest & WithFlowDefinition(FlowDefinitionT &&value)
void SetFlowId(FlowIdT &&value)
UpdateFlowRequest & WithName(NameT &&value)
void SetName(NameT &&value)
Aws::Utils::DocumentView GetFlowDefinition() const
void SetDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String