7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
64 inline void SetSecretKey(
const char* value) { m_secretKeyHasBeenSet =
true; m_secretKey.assign(value); }
72 bool m_apiKeyHasBeenSet =
false;
75 bool m_secretKeyHasBeenSet =
false;
AmplitudeConnectorProfileCredentials & WithSecretKey(Aws::String &&value)
AmplitudeConnectorProfileCredentials & WithApiKey(Aws::String &&value)
const Aws::String & GetApiKey() const
bool SecretKeyHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AmplitudeConnectorProfileCredentials & WithSecretKey(const Aws::String &value)
AWS_APPFLOW_API AmplitudeConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
bool ApiKeyHasBeenSet() const
AmplitudeConnectorProfileCredentials & WithApiKey(const char *value)
void SetSecretKey(Aws::String &&value)
void SetApiKey(Aws::String &&value)
void SetSecretKey(const Aws::String &value)
void SetApiKey(const Aws::String &value)
void SetApiKey(const char *value)
AmplitudeConnectorProfileCredentials & WithSecretKey(const char *value)
void SetSecretKey(const char *value)
AWS_APPFLOW_API AmplitudeConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AmplitudeConnectorProfileCredentials & WithApiKey(const Aws::String &value)
const Aws::String & GetSecretKey() const
AWS_APPFLOW_API AmplitudeConnectorProfileCredentials()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue