7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ApiKeyT = Aws::String>
44 m_apiKeyHasBeenSet =
true;
45 m_apiKey = std::forward<ApiKeyT>(value);
47 template <
typename ApiKeyT = Aws::String>
60 template <
typename SecretKeyT = Aws::String>
62 m_secretKeyHasBeenSet =
true;
63 m_secretKey = std::forward<SecretKeyT>(value);
65 template <
typename SecretKeyT = Aws::String>
75 bool m_apiKeyHasBeenSet =
false;
76 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