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