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