7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApiKeyT = Aws::String>
48 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
49 template<
typename ApiKeyT = Aws::String>
59 template<
typename ApiSecretKeyT = Aws::String>
60 void SetApiSecretKey(ApiSecretKeyT&& value) { m_apiSecretKeyHasBeenSet =
true; m_apiSecretKey = std::forward<ApiSecretKeyT>(value); }
61 template<
typename ApiSecretKeyT = Aws::String>
67 bool m_apiKeyHasBeenSet =
false;
70 bool m_apiSecretKeyHasBeenSet =
false;
AWS_APPFLOW_API ApiKeyCredentials(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetApiKey(ApiKeyT &&value)
const Aws::String & GetApiKey() const
ApiKeyCredentials & WithApiSecretKey(ApiSecretKeyT &&value)
AWS_APPFLOW_API ApiKeyCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
ApiKeyCredentials & WithApiKey(ApiKeyT &&value)
bool ApiKeyHasBeenSet() const
const Aws::String & GetApiSecretKey() const
AWS_APPFLOW_API ApiKeyCredentials()=default
void SetApiSecretKey(ApiSecretKeyT &&value)
bool ApiSecretKeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue