7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/ActionConnectorError.h>
12#include <aws/quicksight/model/ActionConnectorType.h>
13#include <aws/quicksight/model/ReadAuthConfig.h>
14#include <aws/quicksight/model/ResourceStatus.h>
47 template <
typename ArnT = Aws::String>
49 m_arnHasBeenSet =
true;
50 m_arn = std::forward<ArnT>(value);
52 template <
typename ArnT = Aws::String>
54 SetArn(std::forward<ArnT>(value));
65 template <
typename ActionConnectorIdT = Aws::String>
67 m_actionConnectorIdHasBeenSet =
true;
68 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
70 template <
typename ActionConnectorIdT = Aws::String>
84 m_typeHasBeenSet =
true;
99 template <
typename NameT = Aws::String>
101 m_nameHasBeenSet =
true;
102 m_name = std::forward<NameT>(value);
104 template <
typename NameT = Aws::String>
106 SetName(std::forward<NameT>(value));
117 template <
typename CreatedTimeT = Aws::Utils::DateTime>
119 m_createdTimeHasBeenSet =
true;
120 m_createdTime = std::forward<CreatedTimeT>(value);
122 template <
typename CreatedTimeT = Aws::Utils::DateTime>
135 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
137 m_lastUpdatedTimeHasBeenSet =
true;
138 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
140 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
154 m_statusHasBeenSet =
true;
169 template <
typename ErrorT = ActionConnectorError>
171 m_errorHasBeenSet =
true;
172 m_error = std::forward<ErrorT>(value);
174 template <
typename ErrorT = ActionConnectorError>
176 SetError(std::forward<ErrorT>(value));
187 template <
typename DescriptionT = Aws::String>
189 m_descriptionHasBeenSet =
true;
190 m_description = std::forward<DescriptionT>(value);
192 template <
typename DescriptionT = Aws::String>
205 template <
typename AuthenticationConfigT = ReadAuthConfig>
207 m_authenticationConfigHasBeenSet =
true;
208 m_authenticationConfig = std::forward<AuthenticationConfigT>(value);
210 template <
typename AuthenticationConfigT = ReadAuthConfig>
223 template <
typename EnabledActionsT = Aws::Vector<Aws::String>>
225 m_enabledActionsHasBeenSet =
true;
226 m_enabledActions = std::forward<EnabledActionsT>(value);
228 template <
typename EnabledActionsT = Aws::Vector<Aws::String>>
233 template <
typename EnabledActionsT = Aws::String>
235 m_enabledActionsHasBeenSet =
true;
236 m_enabledActions.emplace_back(std::forward<EnabledActionsT>(value));
248 template <
typename VpcConnectionArnT = Aws::String>
250 m_vpcConnectionArnHasBeenSet =
true;
251 m_vpcConnectionArn = std::forward<VpcConnectionArnT>(value);
253 template <
typename VpcConnectionArnT = Aws::String>
274 ActionConnectorError m_error;
278 ReadAuthConfig m_authenticationConfig;
283 bool m_arnHasBeenSet =
false;
284 bool m_actionConnectorIdHasBeenSet =
false;
285 bool m_typeHasBeenSet =
false;
286 bool m_nameHasBeenSet =
false;
287 bool m_createdTimeHasBeenSet =
false;
288 bool m_lastUpdatedTimeHasBeenSet =
false;
289 bool m_statusHasBeenSet =
false;
290 bool m_errorHasBeenSet =
false;
291 bool m_descriptionHasBeenSet =
false;
292 bool m_authenticationConfigHasBeenSet =
false;
293 bool m_enabledActionsHasBeenSet =
false;
294 bool m_vpcConnectionArnHasBeenSet =
false;
bool ErrorHasBeenSet() const
const Aws::String & GetVpcConnectionArn() const
bool VpcConnectionArnHasBeenSet() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
bool ArnHasBeenSet() const
const Aws::String & GetActionConnectorId() const
void SetActionConnectorId(ActionConnectorIdT &&value)
AWS_QUICKSIGHT_API ActionConnector & operator=(Aws::Utils::Json::JsonView jsonValue)
ActionConnector & WithEnabledActions(EnabledActionsT &&value)
void SetVpcConnectionArn(VpcConnectionArnT &&value)
ActionConnector & WithStatus(ResourceStatus value)
bool TypeHasBeenSet() const
const Aws::String & GetDescription() const
bool StatusHasBeenSet() const
ActionConnector & WithActionConnectorId(ActionConnectorIdT &&value)
void SetCreatedTime(CreatedTimeT &&value)
ActionConnector & WithCreatedTime(CreatedTimeT &&value)
bool EnabledActionsHasBeenSet() const
AWS_QUICKSIGHT_API ActionConnector()=default
void SetError(ErrorT &&value)
bool DescriptionHasBeenSet() const
void SetType(ActionConnectorType value)
ActionConnector & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool NameHasBeenSet() const
const ReadAuthConfig & GetAuthenticationConfig() const
ActionConnector & AddEnabledActions(EnabledActionsT &&value)
ActionConnector & WithError(ErrorT &&value)
const ActionConnectorError & GetError() const
void SetStatus(ResourceStatus value)
const Aws::String & GetName() const
void SetAuthenticationConfig(AuthenticationConfigT &&value)
void SetArn(ArnT &&value)
void SetName(NameT &&value)
bool CreatedTimeHasBeenSet() const
ActionConnector & WithDescription(DescriptionT &&value)
ActionConnectorType GetType() const
ActionConnector & WithAuthenticationConfig(AuthenticationConfigT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
ActionConnector & WithVpcConnectionArn(VpcConnectionArnT &&value)
ActionConnector & WithName(NameT &&value)
void SetEnabledActions(EnabledActionsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ActionConnectorIdHasBeenSet() const
ActionConnector & WithType(ActionConnectorType value)
void SetDescription(DescriptionT &&value)
bool LastUpdatedTimeHasBeenSet() const
bool AuthenticationConfigHasBeenSet() const
const Aws::Vector< Aws::String > & GetEnabledActions() const
AWS_QUICKSIGHT_API ActionConnector(Aws::Utils::Json::JsonView jsonValue)
ActionConnector & WithArn(ArnT &&value)
ResourceStatus GetStatus() const
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue