7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/AuthType.h>
43 template <
typename TenantIdT = Aws::String>
45 m_tenantIdHasBeenSet =
true;
46 m_tenantId = std::forward<TenantIdT>(value);
48 template <
typename TenantIdT = Aws::String>
61 template <
typename ClientIdT = Aws::String>
63 m_clientIdHasBeenSet =
true;
64 m_clientId = std::forward<ClientIdT>(value);
66 template <
typename ClientIdT = Aws::String>
84 m_authTypeHasBeenSet =
true;
98 bool m_tenantIdHasBeenSet =
false;
99 bool m_clientIdHasBeenSet =
false;
100 bool m_authTypeHasBeenSet =
false;
bool TenantIdHasBeenSet() const
void SetAuthType(AuthType value)
bool ClientIdHasBeenSet() const
void SetTenantId(TenantIdT &&value)
AWS_QUICKSIGHT_API OneDriveParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API OneDriveParameters()=default
OneDriveParameters & WithClientId(ClientIdT &&value)
const Aws::String & GetClientId() const
AuthType GetAuthType() const
bool AuthTypeHasBeenSet() const
OneDriveParameters & WithTenantId(TenantIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTenantId() const
OneDriveParameters & WithAuthType(AuthType value)
void SetClientId(ClientIdT &&value)
AWS_QUICKSIGHT_API OneDriveParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue