7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ApiKeyT = Aws::String>
44 m_apiKeyHasBeenSet =
true;
45 m_apiKey = std::forward<ApiKeyT>(value);
47 template <
typename ApiKeyT = Aws::String>
63 template <
typename ApplicationKeyT = Aws::String>
65 m_applicationKeyHasBeenSet =
true;
66 m_applicationKey = std::forward<ApplicationKeyT>(value);
68 template <
typename ApplicationKeyT = Aws::String>
78 bool m_apiKeyHasBeenSet =
false;
79 bool m_applicationKeyHasBeenSet =
false;
DatadogConnectorProfileCredentials & WithApplicationKey(ApplicationKeyT &&value)
DatadogConnectorProfileCredentials & WithApiKey(ApiKeyT &&value)
const Aws::String & GetApiKey() const
bool ApiKeyHasBeenSet() const
void SetApplicationKey(ApplicationKeyT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API DatadogConnectorProfileCredentials()=default
void SetApiKey(ApiKeyT &&value)
AWS_APPFLOW_API DatadogConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApplicationKey() const
bool ApplicationKeyHasBeenSet() const
AWS_APPFLOW_API DatadogConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue