7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/DataAccessorAuthenticationDetail.h>
43 template <
typename DisplayNameT = Aws::String>
45 m_displayNameHasBeenSet =
true;
46 m_displayName = std::forward<DisplayNameT>(value);
48 template <
typename DisplayNameT = Aws::String>
61 template <
typename DataAccessorIdT = Aws::String>
63 m_dataAccessorIdHasBeenSet =
true;
64 m_dataAccessorId = std::forward<DataAccessorIdT>(value);
66 template <
typename DataAccessorIdT = Aws::String>
79 template <
typename DataAccessorArnT = Aws::String>
81 m_dataAccessorArnHasBeenSet =
true;
82 m_dataAccessorArn = std::forward<DataAccessorArnT>(value);
84 template <
typename DataAccessorArnT = Aws::String>
98 template <
typename IdcApplicationArnT = Aws::String>
100 m_idcApplicationArnHasBeenSet =
true;
101 m_idcApplicationArn = std::forward<IdcApplicationArnT>(value);
103 template <
typename IdcApplicationArnT = Aws::String>
117 template <
typename PrincipalT = Aws::String>
119 m_principalHasBeenSet =
true;
120 m_principal = std::forward<PrincipalT>(value);
122 template <
typename PrincipalT = Aws::String>
137 template <
typename AuthenticationDetailT = DataAccessorAuthenticationDetail>
139 m_authenticationDetailHasBeenSet =
true;
140 m_authenticationDetail = std::forward<AuthenticationDetailT>(value);
142 template <
typename AuthenticationDetailT = DataAccessorAuthenticationDetail>
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 m_createdAtHasBeenSet =
true;
158 m_createdAt = std::forward<CreatedAtT>(value);
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
173 template <
typename UpdatedAtT = Aws::Utils::DateTime>
175 m_updatedAtHasBeenSet =
true;
176 m_updatedAt = std::forward<UpdatedAtT>(value);
178 template <
typename UpdatedAtT = Aws::Utils::DateTime>
200 bool m_displayNameHasBeenSet =
false;
201 bool m_dataAccessorIdHasBeenSet =
false;
202 bool m_dataAccessorArnHasBeenSet =
false;
203 bool m_idcApplicationArnHasBeenSet =
false;
204 bool m_principalHasBeenSet =
false;
205 bool m_authenticationDetailHasBeenSet =
false;
206 bool m_createdAtHasBeenSet =
false;
207 bool m_updatedAtHasBeenSet =
false;
DataAccessor & WithDataAccessorId(DataAccessorIdT &&value)
void SetAuthenticationDetail(AuthenticationDetailT &&value)
DataAccessor & WithDataAccessorArn(DataAccessorArnT &&value)
bool CreatedAtHasBeenSet() const
bool AuthenticationDetailHasBeenSet() const
DataAccessor & WithIdcApplicationArn(IdcApplicationArnT &&value)
void SetIdcApplicationArn(IdcApplicationArnT &&value)
const Aws::String & GetDisplayName() const
void SetDataAccessorId(DataAccessorIdT &&value)
DataAccessor & WithAuthenticationDetail(AuthenticationDetailT &&value)
bool DataAccessorIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDataAccessorArn(DataAccessorArnT &&value)
bool DisplayNameHasBeenSet() const
AWS_QBUSINESS_API DataAccessor(Aws::Utils::Json::JsonView jsonValue)
DataAccessor & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
DataAccessor & WithUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
bool IdcApplicationArnHasBeenSet() const
bool DataAccessorArnHasBeenSet() const
bool PrincipalHasBeenSet() const
AWS_QBUSINESS_API DataAccessor()=default
const Aws::String & GetDataAccessorArn() const
DataAccessor & WithPrincipal(PrincipalT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDataAccessorId() const
void SetDisplayName(DisplayNameT &&value)
DataAccessor & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetIdcApplicationArn() const
const Aws::String & GetPrincipal() const
AWS_QBUSINESS_API DataAccessor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
const DataAccessorAuthenticationDetail & GetAuthenticationDetail() const
void SetPrincipal(PrincipalT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue