7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ActionConnectorError.h>
11#include <aws/quicksight/model/ActionConnectorType.h>
12#include <aws/quicksight/model/ResourceStatus.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename ActionConnectorIdT = Aws::String>
65 m_actionConnectorIdHasBeenSet =
true;
66 m_actionConnectorId = std::forward<ActionConnectorIdT>(value);
68 template <
typename ActionConnectorIdT = Aws::String>
82 m_typeHasBeenSet =
true;
97 template <
typename NameT = Aws::String>
99 m_nameHasBeenSet =
true;
100 m_name = std::forward<NameT>(value);
102 template <
typename NameT = Aws::String>
104 SetName(std::forward<NameT>(value));
115 template <
typename CreatedTimeT = Aws::Utils::DateTime>
117 m_createdTimeHasBeenSet =
true;
118 m_createdTime = std::forward<CreatedTimeT>(value);
120 template <
typename CreatedTimeT = Aws::Utils::DateTime>
133 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
135 m_lastUpdatedTimeHasBeenSet =
true;
136 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
138 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
152 m_statusHasBeenSet =
true;
167 template <
typename ErrorT = ActionConnectorError>
169 m_errorHasBeenSet =
true;
170 m_error = std::forward<ErrorT>(value);
172 template <
typename ErrorT = ActionConnectorError>
174 SetError(std::forward<ErrorT>(value));
193 ActionConnectorError m_error;
194 bool m_arnHasBeenSet =
false;
195 bool m_actionConnectorIdHasBeenSet =
false;
196 bool m_typeHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_createdTimeHasBeenSet =
false;
199 bool m_lastUpdatedTimeHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
201 bool m_errorHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedTime() const
bool StatusHasBeenSet() const
bool TypeHasBeenSet() const
bool CreatedTimeHasBeenSet() const
AWS_QUICKSIGHT_API ActionConnectorSummary()=default
ActionConnectorSummary & WithStatus(ResourceStatus value)
ActionConnectorType GetType() const
bool LastUpdatedTimeHasBeenSet() const
bool NameHasBeenSet() const
ActionConnectorSummary & WithActionConnectorId(ActionConnectorIdT &&value)
const Aws::String & GetActionConnectorId() const
void SetStatus(ResourceStatus value)
bool ErrorHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
bool ArnHasBeenSet() const
void SetError(ErrorT &&value)
bool ActionConnectorIdHasBeenSet() const
ActionConnectorSummary & WithError(ErrorT &&value)
const ActionConnectorError & GetError() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ActionConnectorSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_QUICKSIGHT_API ActionConnectorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ActionConnectorSummary & WithName(NameT &&value)
ActionConnectorSummary & WithArn(ArnT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetArn(ArnT &&value)
ActionConnectorSummary & WithCreatedTime(CreatedTimeT &&value)
ActionConnectorSummary & WithType(ActionConnectorType value)
AWS_QUICKSIGHT_API ActionConnectorSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
ResourceStatus GetStatus() const
void SetActionConnectorId(ActionConnectorIdT &&value)
void SetType(ActionConnectorType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue