7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApiKeyT = Aws::String>
49 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
50 template<
typename ApiKeyT = Aws::String>
60 template<
typename SecretKeyT = Aws::String>
61 void SetSecretKey(SecretKeyT&& value) { m_secretKeyHasBeenSet =
true; m_secretKey = std::forward<SecretKeyT>(value); }
62 template<
typename SecretKeyT = Aws::String>
68 bool m_apiKeyHasBeenSet =
false;
71 bool m_secretKeyHasBeenSet =
false;
const Aws::String & GetApiKey() const
AWS_APPFLOW_API AmplitudeConnectorProfileCredentials()=default
bool SecretKeyHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AmplitudeConnectorProfileCredentials & WithApiKey(ApiKeyT &&value)
AWS_APPFLOW_API AmplitudeConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
bool ApiKeyHasBeenSet() const
void SetSecretKey(SecretKeyT &&value)
void SetApiKey(ApiKeyT &&value)
AmplitudeConnectorProfileCredentials & WithSecretKey(SecretKeyT &&value)
AWS_APPFLOW_API AmplitudeConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSecretKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue