#include "huaweicloud/kms/v2/model/EnableKeyRotationResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Kms {
namespace V2 {
namespace Model {
EnableKeyRotationResponse::EnableKeyRotationResponse()
{
}
EnableKeyRotationResponse::~EnableKeyRotationResponse() = default;
void EnableKeyRotationResponse::validate()
{
}
web::json::value EnableKeyRotationResponse::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool EnableKeyRotationResponse::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}