7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
55 template <
typename ActionConnectorIdT = Aws::String>
57 m_actionConnectorIdHasBeenSet =
true;
58 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
60 template <
typename ActionConnectorIdT = Aws::String>
70 bool m_awsAccountIdHasBeenSet =
false;
71 bool m_actionConnectorIdHasBeenSet =
false;
DescribeActionConnectorRequest & WithActionConnectorId(ActionConnectorIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeActionConnectorRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
void SetActionConnectorId(ActionConnectorIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetActionConnectorId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
bool ActionConnectorIdHasBeenSet() const
AWS_QUICKSIGHT_API DescribeActionConnectorRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String