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>
45 template <
typename OAuthClientApplicationIdT = Aws::String>
47 m_oAuthClientApplicationIdHasBeenSet =
true;
48 m_oAuthClientApplicationId = std::forward<OAuthClientApplicationIdT>(value);
50 template <
typename OAuthClientApplicationIdT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
83 m_oAuthClientAuthenticationTypeHasBeenSet =
true;
84 m_oAuthClientAuthenticationType = value;
100 m_dataSourceTypeHasBeenSet =
true;
101 m_dataSourceType = value;
112 return m_identityProviderVpcConnectionProperties;
115 template <
typename IdentityProv
iderVpcConnectionPropertiesT = VpcConnectionProperties>
117 m_identityProviderVpcConnectionPropertiesHasBeenSet =
true;
118 m_identityProviderVpcConnectionProperties = std::forward<IdentityProviderVpcConnectionPropertiesT>(value);
120 template <
typename IdentityProv
iderVpcConnectionPropertiesT = VpcConnectionProperties>
133 template <
typename CreatedTimeT = Aws::Utils::DateTime>
135 m_createdTimeHasBeenSet =
true;
136 m_createdTime = std::forward<CreatedTimeT>(value);
138 template <
typename CreatedTimeT = Aws::Utils::DateTime>
151 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
153 m_lastUpdatedTimeHasBeenSet =
true;
154 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
156 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
169 template <
typename ArnT = Aws::String>
171 m_arnHasBeenSet =
true;
172 m_arn = std::forward<ArnT>(value);
174 template <
typename ArnT = Aws::String>
176 SetArn(std::forward<ArnT>(value));
189 VpcConnectionProperties m_identityProviderVpcConnectionProperties;
196 bool m_oAuthClientApplicationIdHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_oAuthClientAuthenticationTypeHasBeenSet =
false;
199 bool m_dataSourceTypeHasBeenSet =
false;
200 bool m_identityProviderVpcConnectionPropertiesHasBeenSet =
false;
201 bool m_createdTimeHasBeenSet =
false;
202 bool m_lastUpdatedTimeHasBeenSet =
false;
203 bool m_arnHasBeenSet =
false;
void SetDataSourceType(DataSourceType value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool CreatedTimeHasBeenSet() const
const Aws::String & GetName() const
OAuthClientApplicationSummary & WithDataSourceType(DataSourceType value)
bool OAuthClientAuthenticationTypeHasBeenSet() const
AWS_QUICKSIGHT_API OAuthClientApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
const Aws::String & GetOAuthClientApplicationId() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
OAuthClientApplicationSummary & WithName(NameT &&value)
void SetIdentityProviderVpcConnectionProperties(IdentityProviderVpcConnectionPropertiesT &&value)
bool NameHasBeenSet() const
OAuthClientApplicationSummary & WithOAuthClientAuthenticationType(OAuthClientAuthenticationType value)
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_QUICKSIGHT_API OAuthClientApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdatedTimeHasBeenSet() const
const VpcConnectionProperties & GetIdentityProviderVpcConnectionProperties() const
bool IdentityProviderVpcConnectionPropertiesHasBeenSet() const
OAuthClientApplicationSummary & WithIdentityProviderVpcConnectionProperties(IdentityProviderVpcConnectionPropertiesT &&value)
OAuthClientApplicationSummary & WithOAuthClientApplicationId(OAuthClientApplicationIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
const Aws::String & GetArn() const
OAuthClientApplicationSummary & WithCreatedTime(CreatedTimeT &&value)
bool OAuthClientApplicationIdHasBeenSet() const
void SetName(NameT &&value)
OAuthClientApplicationSummary & WithArn(ArnT &&value)
OAuthClientApplicationSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
void SetOAuthClientAuthenticationType(OAuthClientAuthenticationType value)
DataSourceType GetDataSourceType() const
void SetCreatedTime(CreatedTimeT &&value)
AWS_QUICKSIGHT_API OAuthClientApplicationSummary()=default
bool DataSourceTypeHasBeenSet() const
OAuthClientAuthenticationType GetOAuthClientAuthenticationType() const
void SetOAuthClientApplicationId(OAuthClientApplicationIdT &&value)
void SetArn(ArnT &&value)
OAuthClientAuthenticationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue