7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ApiKeyT = Aws::String>
43 m_apiKeyHasBeenSet =
true;
44 m_apiKey = std::forward<ApiKeyT>(value);
46 template <
typename ApiKeyT = Aws::String>
59 template <
typename ApiSecretKeyT = Aws::String>
61 m_apiSecretKeyHasBeenSet =
true;
62 m_apiSecretKey = std::forward<ApiSecretKeyT>(value);
64 template <
typename ApiSecretKeyT = Aws::String>
74 bool m_apiKeyHasBeenSet =
false;
75 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