7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApiKeyT = Aws::String>
49 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
50 template<
typename ApiKeyT = Aws::String>
56 bool m_apiKeyHasBeenSet =
false;
const Aws::String & GetApiKey() const
bool ApiKeyHasBeenSet() const
SingularConnectorProfileCredentials & WithApiKey(ApiKeyT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetApiKey(ApiKeyT &&value)
AWS_APPFLOW_API SingularConnectorProfileCredentials()=default
AWS_APPFLOW_API SingularConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API SingularConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue