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/DataSourceType.h>
11#include <aws/quicksight/model/OAuthClientAuthenticationType.h>
12#include <aws/quicksight/model/VpcConnectionProperties.h>
46 template <
typename OAuthClientApplicationIdT = Aws::String>
48 m_oAuthClientApplicationIdHasBeenSet =
true;
49 m_oAuthClientApplicationId = std::forward<OAuthClientApplicationIdT>(value);
51 template <
typename OAuthClientApplicationIdT = Aws::String>
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
84 m_oAuthClientAuthenticationTypeHasBeenSet =
true;
85 m_oAuthClientAuthenticationType = value;
100 template <
typename OAuthTokenEndpo
intUrlT = Aws::String>
102 m_oAuthTokenEndpointUrlHasBeenSet =
true;
103 m_oAuthTokenEndpointUrl = std::forward<OAuthTokenEndpointUrlT>(value);
105 template <
typename OAuthTokenEndpo
intUrlT = Aws::String>
119 template <
typename OAuthAuthorizationEndpo
intUrlT = Aws::String>
121 m_oAuthAuthorizationEndpointUrlHasBeenSet =
true;
122 m_oAuthAuthorizationEndpointUrl = std::forward<OAuthAuthorizationEndpointUrlT>(value);
124 template <
typename OAuthAuthorizationEndpo
intUrlT = Aws::String>
138 template <
typename OAuthScopesT = Aws::String>
140 m_oAuthScopesHasBeenSet =
true;
141 m_oAuthScopes = std::forward<OAuthScopesT>(value);
143 template <
typename OAuthScopesT = Aws::String>
158 m_dataSourceTypeHasBeenSet =
true;
159 m_dataSourceType = value;
170 return m_identityProviderVpcConnectionProperties;
173 template <
typename IdentityProv
iderVpcConnectionPropertiesT = VpcConnectionProperties>
175 m_identityProviderVpcConnectionPropertiesHasBeenSet =
true;
176 m_identityProviderVpcConnectionProperties = std::forward<IdentityProviderVpcConnectionPropertiesT>(value);
178 template <
typename IdentityProv
iderVpcConnectionPropertiesT = VpcConnectionProperties>
191 template <
typename CreatedTimeT = Aws::Utils::DateTime>
193 m_createdTimeHasBeenSet =
true;
194 m_createdTime = std::forward<CreatedTimeT>(value);
196 template <
typename CreatedTimeT = Aws::Utils::DateTime>
209 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
211 m_lastUpdatedTimeHasBeenSet =
true;
212 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
214 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
227 template <
typename ArnT = Aws::String>
229 m_arnHasBeenSet =
true;
230 m_arn = std::forward<ArnT>(value);
232 template <
typename ArnT = Aws::String>
234 SetArn(std::forward<ArnT>(value));
253 VpcConnectionProperties m_identityProviderVpcConnectionProperties;
260 bool m_oAuthClientApplicationIdHasBeenSet =
false;
261 bool m_nameHasBeenSet =
false;
262 bool m_oAuthClientAuthenticationTypeHasBeenSet =
false;
263 bool m_oAuthTokenEndpointUrlHasBeenSet =
false;
264 bool m_oAuthAuthorizationEndpointUrlHasBeenSet =
false;
265 bool m_oAuthScopesHasBeenSet =
false;
266 bool m_dataSourceTypeHasBeenSet =
false;
267 bool m_identityProviderVpcConnectionPropertiesHasBeenSet =
false;
268 bool m_createdTimeHasBeenSet =
false;
269 bool m_lastUpdatedTimeHasBeenSet =
false;
270 bool m_arnHasBeenSet =
false;
bool OAuthClientAuthenticationTypeHasBeenSet() const
void SetOAuthAuthorizationEndpointUrl(OAuthAuthorizationEndpointUrlT &&value)
OAuthClientApplication & WithCreatedTime(CreatedTimeT &&value)
bool IdentityProviderVpcConnectionPropertiesHasBeenSet() const
OAuthClientApplication & WithIdentityProviderVpcConnectionProperties(IdentityProviderVpcConnectionPropertiesT &&value)
OAuthClientApplication & WithOAuthClientApplicationId(OAuthClientApplicationIdT &&value)
bool LastUpdatedTimeHasBeenSet() const
bool DataSourceTypeHasBeenSet() const
void SetIdentityProviderVpcConnectionProperties(IdentityProviderVpcConnectionPropertiesT &&value)
const Aws::String & GetName() const
void SetOAuthTokenEndpointUrl(OAuthTokenEndpointUrlT &&value)
const Aws::String & GetOAuthScopes() const
OAuthClientApplication & WithOAuthAuthorizationEndpointUrl(OAuthAuthorizationEndpointUrlT &&value)
bool OAuthClientApplicationIdHasBeenSet() const
bool CreatedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
DataSourceType GetDataSourceType() const
void SetArn(ArnT &&value)
OAuthClientApplication & WithOAuthScopes(OAuthScopesT &&value)
const Aws::String & GetOAuthClientApplicationId() const
void SetOAuthScopes(OAuthScopesT &&value)
OAuthClientApplication & WithDataSourceType(DataSourceType value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool OAuthTokenEndpointUrlHasBeenSet() const
void SetOAuthClientApplicationId(OAuthClientApplicationIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOAuthClientAuthenticationType(OAuthClientAuthenticationType value)
void SetName(NameT &&value)
AWS_QUICKSIGHT_API OAuthClientApplication()=default
void SetDataSourceType(DataSourceType value)
OAuthClientApplication & WithOAuthClientAuthenticationType(OAuthClientAuthenticationType value)
OAuthClientApplication & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API OAuthClientApplication & operator=(Aws::Utils::Json::JsonView jsonValue)
const VpcConnectionProperties & GetIdentityProviderVpcConnectionProperties() const
OAuthClientApplication & WithName(NameT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetOAuthTokenEndpointUrl() const
AWS_QUICKSIGHT_API OAuthClientApplication(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
OAuthClientApplication & WithOAuthTokenEndpointUrl(OAuthTokenEndpointUrlT &&value)
const Aws::String & GetOAuthAuthorizationEndpointUrl() const
const Aws::String & GetArn() const
bool OAuthScopesHasBeenSet() const
OAuthClientApplication & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool OAuthAuthorizationEndpointUrlHasBeenSet() const
bool ArnHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
OAuthClientAuthenticationType GetOAuthClientAuthenticationType() const
OAuthClientAuthenticationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue