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/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/QuickSightRequest.h>
12#include <aws/quicksight/QuickSight_EXPORTS.h>
13#include <aws/quicksight/model/Permission.h>
42 template <
typename AwsAccountIdT = Aws::String>
44 m_awsAccountIdHasBeenSet =
true;
45 m_awsAccountId = std::forward<AwsAccountIdT>(value);
47 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
100 template <
typename FlowDefinitionT = Aws::Utils::Document>
102 m_flowDefinitionHasBeenSet =
true;
103 m_flowDefinition = std::forward<FlowDefinitionT>(value);
105 template <
typename FlowDefinitionT = Aws::Utils::Document>
119 template <
typename PermissionsT = Aws::Vector<Permission>>
121 m_permissionsHasBeenSet =
true;
122 m_permissions = std::forward<PermissionsT>(value);
124 template <
typename PermissionsT = Aws::Vector<Permission>>
129 template <
typename PermissionsT = Permission>
131 m_permissionsHasBeenSet =
true;
132 m_permissions.emplace_back(std::forward<PermissionsT>(value));
144 template <
typename ClientTokenT = Aws::String>
146 m_clientTokenHasBeenSet =
true;
147 m_clientToken = std::forward<ClientTokenT>(value);
149 template <
typename ClientTokenT = Aws::String>
167 bool m_awsAccountIdHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
170 bool m_flowDefinitionHasBeenSet =
false;
171 bool m_permissionsHasBeenSet =
false;
172 bool m_clientTokenHasBeenSet =
true;
CreateFlowRequest & AddPermissions(PermissionsT &&value)
bool DescriptionHasBeenSet() const
CreateFlowRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
CreateFlowRequest & WithFlowDefinition(FlowDefinitionT &&value)
CreateFlowRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Permission > & GetPermissions() const
bool AwsAccountIdHasBeenSet() const
void SetName(NameT &&value)
bool ClientTokenHasBeenSet() const
bool PermissionsHasBeenSet() const
const Aws::String & GetName() const
Aws::Utils::DocumentView GetFlowDefinition() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateFlowRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
AWS_QUICKSIGHT_API CreateFlowRequest()=default
bool NameHasBeenSet() const
void SetFlowDefinition(FlowDefinitionT &&value)
CreateFlowRequest & WithPermissions(PermissionsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetClientToken() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetPermissions(PermissionsT &&value)
bool FlowDefinitionHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateFlowRequest & WithAwsAccountId(AwsAccountIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector