7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/FlowPublishState.h>
44 template <
typename AwsAccountIdT = Aws::String>
46 m_awsAccountIdHasBeenSet =
true;
47 m_awsAccountId = std::forward<AwsAccountIdT>(value);
49 template <
typename AwsAccountIdT = Aws::String>
62 template <
typename FlowIdT = Aws::String>
64 m_flowIdHasBeenSet =
true;
65 m_flowId = std::forward<FlowIdT>(value);
67 template <
typename FlowIdT = Aws::String>
83 m_publishStateHasBeenSet =
true;
84 m_publishState = value;
97 bool m_awsAccountIdHasBeenSet =
false;
98 bool m_flowIdHasBeenSet =
false;
99 bool m_publishStateHasBeenSet =
false;
bool PublishStateHasBeenSet() const
DescribeFlowRequest & WithFlowId(FlowIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeFlowRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
void SetFlowId(FlowIdT &&value)
FlowPublishState GetPublishState() const
DescribeFlowRequest & WithPublishState(FlowPublishState value)
void SetPublishState(FlowPublishState value)
bool FlowIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetFlowId() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QUICKSIGHT_API DescribeFlowRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String