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/AuthConfig.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename ActionConnectorIdT = Aws::String>
59 m_actionConnectorIdHasBeenSet =
true;
60 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
62 template <
typename ActionConnectorIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
94 template <
typename AuthenticationConfigT = AuthConfig>
96 m_authenticationConfigHasBeenSet =
true;
97 m_authenticationConfig = std::forward<AuthenticationConfigT>(value);
99 template <
typename AuthenticationConfigT = AuthConfig>
112 template <
typename DescriptionT = Aws::String>
114 m_descriptionHasBeenSet =
true;
115 m_description = std::forward<DescriptionT>(value);
117 template <
typename DescriptionT = Aws::String>
130 template <
typename VpcConnectionArnT = Aws::String>
132 m_vpcConnectionArnHasBeenSet =
true;
133 m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value);
135 template <
typename VpcConnectionArnT = Aws::String>
153 bool m_awsAccountIdHasBeenSet =
false;
154 bool m_actionConnectorIdHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_authenticationConfigHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_vpcConnectionArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool VpcConnectionArnHasBeenSet() const
void SetAuthenticationConfig(AuthenticationConfigT &&value)
bool AwsAccountIdHasBeenSet() const
UpdateActionConnectorRequest & WithAuthenticationConfig(AuthenticationConfigT &&value)
const Aws::String & GetActionConnectorId() const
void SetActionConnectorId(ActionConnectorIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetAwsAccountId() const
void SetVpcConnectionArn(VpcConnectionArnT &&value)
const AuthConfig & GetAuthenticationConfig() const
AWS_QUICKSIGHT_API UpdateActionConnectorRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
const Aws::String & GetVpcConnectionArn() const
bool AuthenticationConfigHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateActionConnectorRequest & WithVpcConnectionArn(VpcConnectionArnT &&value)
UpdateActionConnectorRequest & WithName(NameT &&value)
bool ActionConnectorIdHasBeenSet() const
UpdateActionConnectorRequest & WithAwsAccountId(AwsAccountIdT &&value)
UpdateActionConnectorRequest & WithActionConnectorId(ActionConnectorIdT &&value)
const Aws::String & GetName() const
UpdateActionConnectorRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String