7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
63 inline void SetApiSecretKey(
const char* value) { m_apiSecretKeyHasBeenSet =
true; m_apiSecretKey.assign(value); }
71 bool m_apiKeyHasBeenSet =
false;
74 bool m_apiSecretKeyHasBeenSet =
false;
AWS_APPFLOW_API ApiKeyCredentials(Aws::Utils::Json::JsonView jsonValue)
void SetApiKey(Aws::String &&value)
void SetApiSecretKey(const char *value)
ApiKeyCredentials & WithApiKey(const char *value)
ApiKeyCredentials & WithApiSecretKey(const char *value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
ApiKeyCredentials & WithApiKey(const Aws::String &value)
ApiKeyCredentials & WithApiSecretKey(const Aws::String &value)
const Aws::String & GetApiKey() const
ApiKeyCredentials & WithApiKey(Aws::String &&value)
AWS_APPFLOW_API ApiKeyCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApiKey(const char *value)
AWS_APPFLOW_API ApiKeyCredentials()
void SetApiSecretKey(Aws::String &&value)
bool ApiKeyHasBeenSet() const
const Aws::String & GetApiSecretKey() const
void SetApiKey(const Aws::String &value)
bool ApiSecretKeyHasBeenSet() const
void SetApiSecretKey(const Aws::String &value)
ApiKeyCredentials & WithApiSecretKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue