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 ActionConnectorIdT = Aws::String>
58 m_actionConnectorIdHasBeenSet =
true;
59 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
61 template <
typename ActionConnectorIdT = Aws::String>
71 bool m_awsAccountIdHasBeenSet =
false;
72 bool m_actionConnectorIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DeleteActionConnectorRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
const Aws::String & GetActionConnectorId() const
DeleteActionConnectorRequest & WithAwsAccountId(AwsAccountIdT &&value)
DeleteActionConnectorRequest & WithActionConnectorId(ActionConnectorIdT &&value)
bool ActionConnectorIdHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
void SetActionConnectorId(ActionConnectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String