7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename FlowIdT = Aws::String>
58 m_flowIdHasBeenSet =
true;
59 m_flowId = std::forward<FlowIdT>(value);
61 template <
typename FlowIdT = Aws::String>
71 bool m_awsAccountIdHasBeenSet =
false;
72 bool m_flowIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
GetFlowPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool FlowIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
GetFlowPermissionsRequest & WithFlowId(FlowIdT &&value)
const Aws::String & GetFlowId() const
AWS_QUICKSIGHT_API GetFlowPermissionsRequest()=default
bool AwsAccountIdHasBeenSet() const
void SetFlowId(FlowIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String