7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApiTokenT = Aws::String>
48 void SetApiToken(ApiTokenT&& value) { m_apiTokenHasBeenSet =
true; m_apiToken = std::forward<ApiTokenT>(value); }
49 template<
typename ApiTokenT = Aws::String>
55 bool m_apiTokenHasBeenSet =
false;
AWS_APPFLOW_API DynatraceConnectorProfileCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API DynatraceConnectorProfileCredentials()=default
void SetApiToken(ApiTokenT &&value)
bool ApiTokenHasBeenSet() const
DynatraceConnectorProfileCredentials & WithApiToken(ApiTokenT &&value)
AWS_APPFLOW_API DynatraceConnectorProfileCredentials(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetApiToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue